943,653 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 3025
  • PHP RSS
May 18th, 2008
0

how to use php with java script

Expand Post »
hi friends i want to use php code with JS functi on, please help me
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
almualim is offline Offline
28 posts
since May 2008
May 18th, 2008
1

Re: how to use php with java script

Can you be more specific ?
Moderator
Featured Poster
Reputation Points: 524
Solved Threads: 356
Purple hazed!
nav33n is offline Offline
3,878 posts
since Nov 2007
May 19th, 2008
0

Re: how to use php with java script

PHP is server-side code. It runs on the server and is executed before a script is sent to the user.

JavaScript is typically used as client-side code. It runs in a user's browser and is executed after the user's browser processes the script.

You can use PHP to generate JavaScript cide, but other than that, they do not interact with each other.
Reputation Points: 15
Solved Threads: 5
Junior Poster in Training
TopDogger is offline Offline
87 posts
since Aug 2005
May 19th, 2008
0

Re: how to use php with java script

Click to Expand / Collapse  Quote originally posted by almualim ...
hi friends i want to use php code with JS functi on, please help me
I am able to cause a php script to execute by using the following attribute inside a <a> tag:
onClick="parent.location='your_file.php?param=value'"

Hope that helps,
Dave
Reputation Points: 10
Solved Threads: 0
Newbie Poster
guido_sarducci is offline Offline
3 posts
since Nov 2007
May 20th, 2008
0

Re: how to use php with java script

thanks friends...
Reputation Points: 10
Solved Threads: 0
Light Poster
almualim is offline Offline
28 posts
since May 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Relocation Error
Next Thread in PHP Forum Timeline: FTP problem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC