Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
Join the friendly bunch on IRC...
(
#TalkPHP on Freenode
)
...Also available via a
web interface
.
See
this thread
for information on the TalkPHP Free Hugs Initiative™.
Subject to availability.
Associates
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Showing results 1 to 13 of 13
Search took
0.04
seconds.
Search:
Posts Made By:
RogueDogg
Forum:
Absolute Beginners
06-02-2005, 11:44 PM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Thanks for the link, lots of good but confusing...
Thanks for the link, lots of good but confusing information there. I am at such a stand still right now....argh...I guess I'll just keep plugging away at it. I've been messing with this code all day...
Forum:
Absolute Beginners
06-02-2005, 06:12 PM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Ok I'll look at the source again to make...
Ok I'll look at the source again to make sure....thx again for EVERYONE'S help
Should it be "print" instead of "echo"? I'm pretty sure they're both the same function right?
Forum:
Absolute Beginners
06-02-2005, 03:13 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Yeah I believe the way I have the code now is...
Yeah I believe the way I have the code now is what your wanting me to have. Yeah I understand about the posting of new questions, some peeps don't like threads lasting 100 posts so they want you to...
Forum:
Absolute Beginners
06-02-2005, 03:06 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Gotcha...fixed that. See the error I'm still...
Gotcha...fixed that. See the error I'm still getting ( previous post ) :confused:
Forum:
Absolute Beginners
06-02-2005, 02:52 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Ok so I kinda get the <input type="text"...
Ok so I kinda get the <input type="text" FirstName="FirstName">
should be
<input type="text" name="FirstName">
Does that mean <input type="text" name="LastName"> is ok? at what point do you NOT use...
Forum:
Absolute Beginners
06-02-2005, 01:27 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
<html> <head> <title>Sign Up Form</title> <meta...
<html>
<head>
<title>Sign Up Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Welcome new customer! Please fill out the form below to...
Forum:
Absolute Beginners
06-02-2005, 01:10 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Ok we've made some progress: It looks like I'm...
Ok we've made some progress:
It looks like I'm not filling out my dbuser, dbpass, db, and dbtable info correctly, tell me what you think.
$con = @mysql_connect("localhost", "database_johndoe",...
Forum:
Absolute Beginners
06-02-2005, 12:55 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
<?php error_reporting(E_ALL); $FirstName =...
<?php
error_reporting(E_ALL);
$FirstName = mysql_escape_string($_GET["FirstName"]);//use this function on all the input before storing it in database
$LastName =...
Forum:
Absolute Beginners
06-02-2005, 12:51 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Think maybe it's the signup.html form I'm using...
Think maybe it's the signup.html form I'm using then? That is calling this signup.php script?
Forum:
Absolute Beginners
06-02-2005, 12:42 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Parse error: parse error, unexpected T_SL,...
Parse error: parse error, unexpected T_SL, expecting ',' or ';' in /XXXX/XXXXXXXX/public_html/signup/signup.php on line 28
LOL getting frustrated like me yet? I really really appreciate your help...
Forum:
Absolute Beginners
06-02-2005, 12:33 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
WOW...ok I'm a serious newb when it comes to all...
WOW...ok I'm a serious newb when it comes to all this so if I ask many questions or repeat myself please excuse my ignorance. I'll try and digest what you just explained to me but to answer your...
Forum:
Absolute Beginners
06-02-2005, 12:07 AM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Parse error: parse error, unexpected...
Parse error: parse error, unexpected T_VARIABLE
Nope didn't seem to work, different error but still not working.
One note * On your comment, was I suppose to add that info that you added to each...
Forum:
Absolute Beginners
06-01-2005, 11:53 PM
Replies:
31
Trying to create a "sign up form"....help please
Views:
2,434
Posted By
RogueDogg
Trying to create a "sign up form"....help please
I am trying to create a sign up form and this is the error I keep getting:
Parse error: parse error, unexpected $ in /XXXX/XXXXX/public_html/signup/signup.php on line 37
I have been doing some...
Showing results 1 to 13 of 13
All times are GMT. The time now is
04:42 AM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.1.0
Inactive Reminders By
Icora
Web Design