Good Sites To Find Scripts...
#5
Posted 05 August 2003 - 02:16 PM
(hotscripts which was mentioned)
http://www.freshmeat.net
http://php.resourceindex.com
I also like phpclasses.org for snippets and phpbuilder.com for their mailing list archive when I get stuck on something.
I'm currently working on my own PHP site at PHPCoding.com, but the data entry to fill the database with scripts is taking me a long time. Any volunteers?
#6
Posted 07 August 2003 - 01:45 AM
#7 Guest_Fred2D_*
Posted 07 August 2003 - 08:38 AM
Broken link...Originally posted by danieljmccoy@Aug 7 2003, 01:45 AM
Oops, I almost forgot, go to my site if you want a blog script: http://bit5.clanfxp.net/
I suppose this thread should be pinned.
#10
Posted 07 August 2003 - 07:45 PM
Works for me...Originally posted by Fred2D@Aug 7 2003, 08:38 AM
Broken link...Originally posted by danieljmccoy@Aug 7 2003, 01:45 AM
Oops, I almost forgot, go to my site if you want a blog script: http://bit5.clanfxp.net/
I suppose this thread should be pinned.
Adam Wilkinson
#11
Posted 14 August 2003 - 07:29 PM
#12 Guest_Totalmajor_*
Posted 18 November 2003 - 08:42 PM
I know PHP but that's the hardest thing I've done so anyone?
Please?
#14
Posted 24 November 2003 - 10:03 AM
#15
Posted 24 November 2003 - 02:10 PM
Hey, anyone gotta PHP form script?
I know PHP but that's the hardest thing I've done so anyone?
Please?
Hello
Here you go just change "your email here" to yours and it should work.
<? $headers = "From: $email"; $message = str_replace("\r", "\n", $message); mail("Your Email Here", "$subject", "$message", "$headers"); ?>
Hope this helps
Nulla
#16
Posted 18 December 2003 - 01:09 AM
Well, that depends on what you mean by "form script." I assume you want something to process forms, but you don't say what you need it to do. Try going to one of the sites mentioned in this thread and look at form processing.Originally posted by Totalmajor
Hey, anyone gotta PHP form script?
Well, first he needs a form. Secondly, it looks like your script was written with register_globals on, so that will most likely need to be changed to work on most other servers. This is also a bad security hole, you might want to take a look at the security section in the manual.Originally posted by Nulla nonummy
Here you go just change "your email here" to yours and it should work.
#18
Posted 08 July 2004 - 01:36 PM
http://php.resourceindex.com
http://www.php.net
I still go to both, they both have excellent coding samples, resourceindex has some great tutorials. I don't claim to be a guru of PHP, I don't think there is one, it's evolving with every release, new features etc. So if it's knowledge you want, both are really good, if its scripts, resourceindex has a couple thousand. Try www.sourceforge.net too.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users