Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 9th, 2006, 07:16 AM
Authorized User
 
Join Date: May 2006
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Default Storing an include in a variable

Hiya!

I was wondering if someone could take alook at my syntax and point out the error.

Code:
$dbinclude = "<?php include ('common_db.php');?>";
$dbconnect = "<?php $link_id = db_connect();?>";
I want to store these statements in these variables to write to a text file later on.


Cheers!

 
Old May 21st, 2006, 10:52 PM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hi,
can not understand what is your requirements,
but your syntax wrong, you can not start <??> tag inside <??> tag,
<?
$dbinclude = "<?php include ('common_db.php');?>";
$dbconnect = "<?php $link_id = db_connect();?>";
?>
this syntax totaally wrong.

surendran
(Anything is Possible)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Storing HTML in a Variable Stevenm122084 XSLT 1 February 22nd, 2008 03:51 PM
Storing data to a variable Mikect VB Databases Basics 1 April 16th, 2007 01:53 PM
storing Javascript variable to ASP variable rupen Classic ASP Basics 5 April 10th, 2007 07:06 AM
Getting oracle value and storing in xslt variable msj_vijay XSLT 0 December 29th, 2005 04:21 AM
Storing Value from Variable into Text File DaBigPolska Beginning VB 6 2 January 7th, 2005 05:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.