Since 4/4/2012 6:13:23 PM, stacyspear has written 3 articles and participated in 43 conversations. stacyspear signature: stacyspear
stacyspear's articles:
Items(3) /1
Object doesn't support this property or method552 (1/18/2007 2:02:02 PM) comp.lang.javascript Could I get some help on whats going on here. This thing worked in a previous incarnation. The only change (as my feeble memory recalls) was changes to the formating of the page. Help! http://www.thepurrfectn... Darkstar
Stress Testing a PHP server: A wee bit OT311 (1/16/2006 4:05:56 PM) comp.lang.php If you want to stress test your Apache/PHP server just have a small little typo like this: $errCodes=range(910000,9100005); in your code instead of $errCodes=range(910000,910005); Some serious crunching wil... Darkstar
XML Issues19 (8/28/2005 10:45:35 PM) comp.lang.php Hi, building a database backend for a Google Map application. Struggling along in PHP (I'm a java dude) but doing pretty good. The code below has me confused. Both will create valid files if sent to a file. Bot... Darkstar
Images and PHP629 (4/24/2006 3:32:19 AM) comp.lang.php I have a folder full with images, and for security reasons I don't want anyone to know where the folder is. So, to call images, I know there is a way to call like a PHP file instead. For example Galley 2 (a PHP... alvin4jesus(21)
Migrate XML to MySQL?440 (2/16/2006 12:22:30 PM) comp.text.xml Hi all! I have a problem with xml-data. My small enterprice is asked to renew one car reseller company's (Comp.) websites. This company uses national dataservice (NServ.) about used cars and their pricing, an... luhtaniemi(2)
Parsing XML in php4224 (2/9/2006 3:22:04 AM) comp.lang.php I did the parsing XML and it works on my computer (PHP5), but as usual it doesn't on the clients server (PHP4) =) can you look into it: http://sfhousemusic.com/newlook/phpinfo.php http://sfhousemusic.com/newlo... alkazakov(1)
Failed to connect to mailserver341 (2/8/2006 11:38:47 PM) comp.lang.php This issue is really annoying me, I dont know why its happening. I did a PHP site for a client and it uses the php mail() function. The site is now live and works fine. It seems that whenever a user who is in... mark.macumber(2)
Best way to output xml from php?442 (1/28/2006 5:48:23 PM) comp.lang.php I've been googling for a few hours now and I can't seem to find any tutorials on the best way to generate xml from php... most tutorials tell you how to pase incoming xml xml. I'm used to using template to o... brianleee(1)
Beginner PHP Book335 (1/21/2006 11:48:53 PM) comp.lang.php Hi, I have looked all over for a php 5 noobie book for ever, one that is easy but indepth... If you could please reccomend a great book for us noobs in PHP world.. I only know html and some php.. TY Mar... MarkHowardJr(6)
Problem filling an array318 (1/19/2006 6:30:46 PM) comp.lang.php Hi, I'm writing code to validate fields in a form before saving to a db. All the validating functions are in a separate script which is required. All the validating functions add an error message to an arr... frr(109)
Populating "Month" Dropdown Menu1022 (1/19/2006 2:38:56 PM) comp.lang.php I can get the current month to display in a text box by inserting value=""> into the code for that particular text box on a form but how can I populate a drop down with names of all the months with the current ... coverlandNOSPAM914(56)
Stress Testing a PHP server: A wee bit OT311 (1/16/2006 4:05:56 PM) comp.lang.php If you want to stress test your Apache/PHP server just have a small little typo like this: $errCodes=range(910000,9100005); in your code instead of $errCodes=range(910000,910005); Some serious crunching wil... stacyspear(46)