i need some more information .....!beachguy29588 wrote:The guides were helpful!!!! Thanks for the really helpful guides!!!
Search found 5 matches
- Sun Jan 23, 2011 12:18 pm
- Forum: PHP - Theory and Design
- Topic: Advanced PHP Resources
- Replies: 21
- Views: 123779
Re: Advanced PHP Resources
- Sun Jan 23, 2011 12:16 pm
- Forum: Regex
- Topic: (a) Regex CRASH Course! (Pt. 1)
- Replies: 37
- Views: 169213
Re: (a) Regex CRASH Course! (Pt. 1)
This is a great tutorial. I refer to it all the time. However I think I've found one slight inaccuracy regarding the s modifier which could be updated. ... Geert already mentioned that. But I don't think this tutorial is updated anymore since is has last been updated in 2005... definitely i also lo...
- Sun Jan 23, 2011 12:13 pm
- Forum: PHP - Theory and Design
- Topic: Gimme a name : URI and friends
- Replies: 22
- Views: 37474
Re: Gimme a name : URI and friends
whats URIne ?Luke wrote:I would definately go with URIne
- Sun Jan 23, 2011 12:08 pm
- Forum: Javascript
- Topic: Validating input with multiple submit buttons?
- Replies: 4
- Views: 2817
Re: Validating input with multiple submit buttons?
can i use Ajax for validate submission form
- Tue Nov 24, 2009 5:06 am
- Forum: PHP - Code
- Topic: from & not showing?
- Replies: 1
- Views: 553
from & not showing?
i am making a page for saving url addres (list) for that i crated a php code <html> <body> <form action='test1.php' method='get'> Name: <input class='button' type='name' name='text' /> <input type='submit' /> </form> <?php echo $_GET['text']; if(get_magic_quotes_gpc()) { echo stripslashes($_GET[...