Page 1 of 1

Need a help on PHP

Posted: Wed Dec 23, 2009 4:32 am
by ahmedtaufiq
Hi !!!

I have a page in html, containing some text like " ABCDEFGHIJKL" etc.
This text has also a website link (hyperlink) with it.
This website link changes on each refresh of page.
Such link changes due to javascript runing behind on it.
I just want this link each time stored in a PHP variable.
Such text always appears on a certain position on the page (X,Y).
Can you please help me on it.? I can provide additional details on request.
Your early answer is required.

Regards,
Ahmed Taufiq

Re: Need a help on PHP

Posted: Wed Dec 23, 2009 4:35 am
by flying_circus
You've given very vague info.
I just want this link each time stored in a PHP variable.

Code: Select all

<?php
  $myVar = "MyLink";
?>

Re: Need a help on PHP

Posted: Wed Dec 23, 2009 4:46 am
by ahmedtaufiq
i know how to store a value in php variable.

i just want a cross platform thing, that takes up the value from java page and send it into php variable. Read me message carefully again