Jump to content

reading the variable from the file?


phpmady

Recommended Posts

Just don't use $b then

 

// file a.php
$a = "whatever";
$b = "ok then";
$c = "potato";

 

// file b.php
include "a.php";
echo $a . ", you're a " . $c;

 

hi,

 

am thinking diffrently, really i must be a rubbish, your way of though is smart, but am thinking for reading and everything else rubbishly.

 

Thank You friend,

 

Also i have one more question to you,

 

i have problem when am using ajax to update the textbox value to database, when am using unicode format am facing this problem, if i use windows 1256 encoding format i dont see any problem

 

actually i am using arabic characters in my project, can u pls help me

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.