This is a discussion on "profile script" within the PHP Forum section. This forum, and the thread "profile script are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
profile script
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
profile script
helo,
can anyone have sample script on how to edit, update a profile.php of a user thanks |
|
|
|
|||
|
Re: profile script
you know how to use forms to write information to a database right?
Well insteaed of usint INSERT... use UPDATE .... you can also call the info from the database into the forms "selected" or "value" tags.. to make the form display the current information for editing. I know making a profile sounds complicated.... but it really isnt anythign special .... dont let it scare you ... just think about the logic. Try and write something yourself, and then come back when it doesnt work and ill point you in the right direction. |
|
|||
|
Re: profile script
hello,
i have this script below but I'm not sure if this is correct, kindly check thanks..
|
|
|||
|
Re: profile script
dont us "_" for your own variables .. eg ; $_Email should just be $email ... dont think it actually has any negative effects ... but its a bad habbit.
Apart from that it looks ok... easy enough to follow .... you might be better off usine $_SESSION[''] as opposed to $_POST to track a logged in user however. Have you tried to use it yet ? edit: Instead of this:
Last edited by Accurax; May 12th, 2007 at 18:46. |
|
|||
|
Re: profile script
hello accurax thanks for the reply, i edit now the script and when i run it, there is an error occur
error: Parse error: parse error, unexpected T_IF in F:\server\htdocs\coupon\cpanel\acct\profile.php on line 49
|
![]() |
| Tags |
| profile |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Profile page | unitedcraig | Webforumz Cafe | 2 | Feb 11th, 2008 16:27 |
| edit a profile.php | csun | PHP Forum | 3 | Mar 17th, 2007 23:50 |
| user profile help | Aaron1988 | Flash & Multimedia Forum | 12 | Aug 31st, 2006 14:04 |
| Php User Profile Help | Aaron1988 | PHP Forum | 1 | Aug 16th, 2006 00:54 |