Need a help on PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ahmedtaufiq
Forum Newbie
Posts: 4
Joined: Wed Dec 23, 2009 4:30 am

Need a help on PHP

Post 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
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: Need a help on PHP

Post 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";
?>
ahmedtaufiq
Forum Newbie
Posts: 4
Joined: Wed Dec 23, 2009 4:30 am

Re: Need a help on PHP

Post 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
Post Reply