Click here to Skip to main content
15,887,676 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: How to GET similar pages like mine? Pin
Marc Firth10-Aug-09 1:55
Marc Firth10-Aug-09 1:55 
Questionunix projects Pin
dewpra8-Aug-09 7:52
dewpra8-Aug-09 7:52 
AnswerRe: unix projects Pin
LloydA11113-Aug-09 9:29
LloydA11113-Aug-09 9:29 
QuestionHelp with checkbox and drop down menu values Pin
Artakazezs7-Aug-09 3:19
Artakazezs7-Aug-09 3:19 
AnswerRe: Help with checkbox and drop down menu values Pin
fly9047-Aug-09 3:47
fly9047-Aug-09 3:47 
QuestionHow to get value on variable ? Pin
udch6-Aug-09 16:51
udch6-Aug-09 16:51 
AnswerRe: How to get value on variable ? Pin
fly9046-Aug-09 20:22
fly9046-Aug-09 20:22 
GeneralRe: How to get value on variable ? Pin
udch7-Aug-09 3:01
udch7-Aug-09 3:01 
I am getting value from an url Like http://abc.com/data.php?ud=567878 Now i am passing this value to an iframe of HTML exmple:-

<Body>
<Html>
<iframe frameborder=0 src="http://www.es.com/ifr?url=http://anc.com/wow.xml&amp;amp;up_k1=<? echo $_GET['ud'] ?>&amp;up_interval=60&amp;amp;synd=open&amp;amp;w=362&amp;amp;h=350&amp;amp;" width=284 height=120 scrolling="no"&gt;</iframe>
</Body>
</Html>
I have to write value like up_k1=567878 and it can not take value from any variable.

My problem is and i want to do is checking value like
if($ud==567878)
{
   $ud='love all humans';
}

and then write it in iframe like
up_k1=love all humans


Now tell me brother can i do this ?
GeneralRe: How to get value on variable ? Pin
fly9047-Aug-09 3:21
fly9047-Aug-09 3:21 
GeneralRe: How to get value on variable ? Pin
udch7-Aug-09 3:50
udch7-Aug-09 3:50 
Questionwhat's the best php IDE for windows Pin
Jeff Circeo6-Aug-09 16:42
Jeff Circeo6-Aug-09 16:42 
AnswerRe: what's the best php IDE for windows Pin
fly9046-Aug-09 20:30
fly9046-Aug-09 20:30 
GeneralRe: what's the best php IDE for windows Pin
Jeff Circeo7-Aug-09 0:10
Jeff Circeo7-Aug-09 0:10 
AnswerRe: what's the best php IDE for windows Pin
Aman Bhullar7-Aug-09 3:19
Aman Bhullar7-Aug-09 3:19 
GeneralRe: what's the best php IDE for windows Pin
Jeff Circeo7-Aug-09 4:15
Jeff Circeo7-Aug-09 4:15 
QuestionDoes ! work as an operator to check whether handles are null or not, especially file handles ? Pin
parth_patel6-Aug-09 13:54
parth_patel6-Aug-09 13:54 
AnswerRe: Does ! work as an operator to check whether handles are null or not, especially file handles ? Pin
Reptar06-Aug-09 20:28
Reptar06-Aug-09 20:28 
AnswerRe: Does ! work as an operator to check whether handles are null or not, especially file handles ? Pin
fly9046-Aug-09 20:33
fly9046-Aug-09 20:33 
Questionsupplied argument is not a valid Image resource Pin
Reptar06-Aug-09 10:31
Reptar06-Aug-09 10:31 
AnswerRe: supplied argument is not a valid Image resource Pin
fly9046-Aug-09 20:45
fly9046-Aug-09 20:45 
GeneralRe: supplied argument is not a valid Image resource Pin
Reptar06-Aug-09 21:20
Reptar06-Aug-09 21:20 
Answerre Pin
Fuad Abu Sameer4-Aug-09 3:12
Fuad Abu Sameer4-Aug-09 3:12 
QuestionFLV Encoding Pin
vasanth arivali4-Aug-09 0:35
vasanth arivali4-Aug-09 0:35 
AnswerRe: FLV Encoding Pin
Marc Firth4-Aug-09 2:42
Marc Firth4-Aug-09 2:42 
AnswerRe: FLV Encoding Pin
enhzflep4-Aug-09 2:56
enhzflep4-Aug-09 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.