Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
register-script
- Page 1
PHP Register Script
Programming
Web Development
15 Years Ago
by DealthRune
A simple
register
script
Re: PHP Register Script
Programming
Web Development
14 Years Ago
by Dartz654
This looks an awfully lot like the
register
script
at [url]http://phpsquad.net/code.php?id=4[/url]. As do all your scripts.
Help Wanted For A Simple Register & Login Form
Programming
Web Development
13 Years Ago
by lokodomain
… help would be much appreciated Here is the login and
register
script
:
register
form [CODE]<?php //assign the registration form to a…;) or die(mysql_error()); mysql_select_db("testsite") or die(mysql_error()); $
register
= "INSERT INTO user(username,usermail,userpass) VALUES('$username', '$usermail…
user id in php+mysql register
Programming
Web Development
13 Years Ago
by dhruv_arora
Hey, I created a simple user
register
script
which later stores the data in …ID is 9. After sometime I created another
script
meant to delete a record, now the …. Now during the execution of the
script
, it won't
register
the user because of that thing. …do I solve that problem? Here's my
register
.php
script
. P.S I am newbie. [CODE]<?…
Re: user id in php+mysql register
Programming
Web Development
13 Years Ago
by Pampas
[QUOTE=dhruv_arora;1596753]Hey, I created a simple user
register
script
which later stores the data in a mysql database. What… already exists. Now during the execution of the
script
, it won't
register
the user because of that thing. How do… I solve that problem? Here's my
register
.php
script
. P.S I am newbie. [CODE]<?php include…
Help with my Register Script
Programming
Web Development
14 Years Ago
by amras123
…); echo '<font color="blue">
Register
Successfull.</font><br /><br… />'; } } mssql_close(); } echo '<form action="
register
.php" method="post">'; echo 'Username: <…3 inputs user pass email. but this
script
only has two inputs.. Is that the problem?
Help with my Register Script
Programming
Web Development
14 Years Ago
by amras123
…); echo '<font color="blue">
Register
Successfull.</font><br /><br…/>'; } } mssql_close(); } echo '<form action="
register
.php" method="post">'; echo 'Username: <…; name="submit" value="
Register
" />'; echo '</form>'; ?>[/…
Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by dan4domination
… around with a fun project, currently developing a simple login /
register
script
. The error that I keep getting is - [b]Parse error…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by OS_dev
… around with a fun project, currently developing a simple login /
register
script
. The error that I keep getting is - [b]Parse error…
Re: PHP Register Script
Programming
Web Development
14 Years Ago
by una88
i can't run..do to this error.. MySQL server version You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''detail' WHERE 'username'='110755'' at line 1
Re: PHP Register Script
Programming
Web Development
13 Years Ago
by kamotekid08
hi there..i have to create a php registration without using sql instead .text/notepad will restore the data..pls help me with this..thanx
Re: basic php register and login using flat file with no mySQL
Programming
Web Development
14 Years Ago
by nats01282
… the same page or diffrent? and i create the user
register
script
[CODE] <?php $name = $_POST['name'] ;$email = $_POST['email']; $fp…="login" /> </form> [/CODE] Thats the
register
box, Then the login box on a new page. [CODE…
Re: basic php register and login using flat file with no mySQL
Programming
Web Development
14 Years Ago
by nats01282
next help question lol. now i have my login and
register
script
how do i show diffrent pages to diffrent people? e.g if john logs in he gets a page showing all johns information and stuff but if mary logs in she see`s all marys details?
Script not loading properly
Programming
Web Development
13 Years Ago
by SangreAngel
…type="text/javascript"></
script
> <!-- Preload
Script
Start --> <
script
type="text/javascript">….customHistoryKey) this.historyKey = this.options.customHistoryKey(); this.history = HistoryManager.
register
( this.historyKey, [1], function(values) { if (parseInt(values[…
Re: Script for voting
Programming
Web Development
16 Years Ago
by isomillennium
…database. If we detect this cookie is already there, the
script
will not let the user vote again. Otherwise, the information… is updated. If your site's users need to
register
to be able to rank, a better way to prevent…database. If we detect this cookie is already there, the
script
will not let the user vote again. Otherwise, the …
Re: register form
Programming
Web Development
12 Years Ago
by reemasmartin
hai.thanks.nw
script
is working.but i am new beginner for php developer.y used for this ?something :''; pls tell me
Re: register form
Programming
Web Development
12 Years Ago
by reemasmartin
hai.thanks.nw
script
is working.but i am new beginner for php developer.y used for this ?something :' '; pls tell me
Re: Script needed: To 21 users, who each have access to certain dloads! Plz
Programming
Web Development
15 Years Ago
by peter6960
The
script
above is [url]http://evolt.org/files/Login_System_v.2.0.…" in the database it bombs out and cannot "
register
" - gives an error and bombs out I added fields…), file10 varchar(32) );[/code] Any ideas. You can download the
script
yourself, basically the easiest way i think would be to…
Re: Help with my Register Script
Programming
Web Development
14 Years Ago
by farhan386
what's the problem?
Re: Help with my Register Script
Programming
Web Development
14 Years Ago
by sourcebits
If you will post the dependent config files along with the database structure sql we will be able to find out exactly the issues. And try to arrive at a solution.
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by dan4domination
…: #000000; } #loginform { position:absolute; top:350px; left:740px; color: #000000; } #
register
{ position:absolute; top:550px; left:540px; color: #000000; } #searchform{ position…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by OS_dev
…] Now lets do some debugging. Replace your login.php
script
with the following and then post your output. I have…gets data assigned to it at every stage of your
script
from simple flag points to collecting your sql queries. …;); // error page && try again //exit(); echo "
script
status array<br />"; echo "<pre…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by OS_dev
…what this is telling me is that your
script
is taking the non-admin flow. You …not contain "isadmin". According to your
script
you need the existence of $_POST['isadmin'] …would use that to control which flow my
script
takes. If that is what you want …to do then you should change your
script
a little bit, I would do something like…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by OS_dev
… a couple of reasons why this is happening. First, the
script
will continue to run even if you send a header… every header redirect, that is unless you intend for the
script
to continue running. I don't think that is the… the extra closing curly brace at the end of the
script
. It is quite possible that php is not parsing it…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by OS_dev
… be overly complex os_dev. I've got some easy login
script
. uses includes -etc.. less variables. Session should always be at… top - no whitespace. Nice work. :^)[/QUOTE] Hey, its not my
script
. I gave him my suggestion a while back but dan4domination…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by dan4domination
here it is [code]
script
status array Array ( [0] => db connection fine [1] => … [password] => admin ) [/code] and for a normal user [code]
script
status array Array ( [0] => db connection fine [1] =>…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by dan4domination
…;[/code] and I added the SESSION['basic_is_logged_in' to the login
script
as I couldnt figure out how to make it work… as the login
script
currently is: [code] <?php session_start(); //connect to db $conn…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by OS_dev
…;[/code] and I added the SESSION['basic_is_logged_in' to the login
script
as I couldnt figure out how to make it work… as the login
script
currently is: [code] <?php session_start(); //connect to db $conn…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by damnpoet
… the md5($_POST['password']) to add extra security to the
script
. And for this solution you would need to store your…
Re: Small Problem regarding login script.
Programming
Web Development
14 Years Ago
by damnpoet
I'm sorry, i didn't tested the
script
i just wrote it for you online... but try what OS_dev posted... that should work.
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC