Sounds like a syntax problem but without seeing line 100 in context it's difficult to say.<br>
You can hunt around at perl.com, webmonkey.com, devshed.com.
HTML/IFRAME/PHP/MYSQL Question:<br>
<br>
I want to load an IFRAME element with an SQL query but how do I write the SRC attribute? What I've done is point the SRC to foo.php3 file which in turn runs the SQL statement and echoes back the result. I'm fairly new to PHP and MySQL so I suspect there...
I found this one through a discussion list at phpbuilder.com.<br>
<br>
http://webdev.berber.co.il/<br>
<br>
I needed a pop function for a php script and in fact assumed it was already built in. To my chagrin I discovered it wasn't. I found some array functions in discussion item 500 at...
This is the way I've done it in Perl. Perhaps there is an equivalent method in PHP. Just a PHP newbie right now so I can't say definitively.<br>
<br>
sub Main<br>
<br>
{<br>
local ($srchdir) = $_[0];<br>
local (*files);<br>
opendir(SRCHDIR, "$srchdir") ¦¦ die "Can't open $srchdir";<br>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.