Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by robman

  1. robman

    escape apostrophe in text field

    What language are you using?
  2. robman

    new confused and bogged down.

    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.
  3. robman

    HTML/IFRAME/PHP/MYSQL Question:

    Got it worked out and then the design changed so I didn't need the iframe solution. Definitely put it in the bag of tricks though.
  4. robman

    HTML/IFRAME/PHP/MYSQL Question:

    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...
  5. robman

    Which Tutorials are Best???

    Has anybody mentioned the HTML Writers Guild www.hwg.org or WDVL www.wdvl.com sites yet? There's also www.itte.org. <br> <br> robman
  6. robman

    pop() function and another resource.

    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...
  7. robman

    Directory listing question

    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>...

Part and Inventory Search

Back
Top