Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
About Me

A junkie for IT

Interests
Programming
PC Specs
Fast but want Faster
Favorite Forums
Favorite Tags
Member Avatar for kings

[CODE]<html> <head> <SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> <!-- function login(t) { var t = '<?php echo $id; ?>'; alert(t); } --> </SCRIPT> </head> <body> <?php $id=$_GET['id']; print "<input type='button' name='button' value='button' onClick='login('$id')'>"; ?> </body> </html> [/CODE] i want to alert the variable using onclick function.

Member Avatar for vkey
0
1K
Member Avatar for bwls

We get the above error (see attachment) when trying to access our site when we do not include the target file name. For example: [url]www.sitename/[/url] will produce the error but [url]www.sitename/index.asp[/url] will work just fine. IIS6 is configured to use default file names and index.asp is the first one on …

Member Avatar for catherine sea
0
105
Member Avatar for bwls

Questions: Can I use a wildcard in unlink - ie: $myfile = '../pdf/'.$tnum .'*.pdf'; This results in an error: Warning: unlink(../pdf/36818*.pdf) [function.unlink]: No error in \purgepdf.inc.php on line 29 Any help would be greatly appreciated. Thanks, Bill

Member Avatar for bwls
0
90
Member Avatar for bwls

I need to open a popup window from a PHP site and pass in some parameters to use in the pop up window. I have the params in an input box and need to get the val of the box into a param and pass it to the new popup …

Member Avatar for fobos
0
120