Search found 38 matches

by josh22x
Mon May 26, 2008 9:24 pm
Forum: PHP - Code
Topic: password setting and verification with PHP?
Replies: 3
Views: 287

Re: password setting and verification with PHP?

Yes, that does help. However, could you give me an idea of how I would set up the code for that? I assume it would be something like:

if username = password with id of user_id

execute

Code: Select all

Is my logic correct or am I leaving something out?
by josh22x
Mon May 26, 2008 4:16 pm
Forum: PHP - Code
Topic: password setting and verification with PHP?
Replies: 3
Views: 287

password setting and verification with PHP?

Ok, I am having trouble visualizing how to perform this... What I want to do is set my site so that users have to login on a certain page with a password. I want them to be able to set that password, have that saved to the database, and then next time they log in, that password can be used. I assume...
by josh22x
Wed May 21, 2008 10:51 am
Forum: PHP - Code
Topic: php processor does not seem to work: mail form??
Replies: 2
Views: 173

php processor does not seem to work: mail form??

I am trying to write a simple mail form, but when ever the script is processed, nothing is returned, no errors or anything. Is something wrong with my PHP processor or something?? Here is the form and script: <form action="mailprocessor.php" method="post">       <fieldset class =...
by josh22x
Sun May 18, 2008 1:30 pm
Forum: PHP - Code
Topic: object oriented versus procedural
Replies: 7
Views: 498

Re: object oriented versus procedural

Thanks!
by josh22x
Sun May 18, 2008 10:20 am
Forum: PHP - Code
Topic: object oriented versus procedural
Replies: 7
Views: 498

Re: object oriented versus procedural

I guess what I am confused about is the actual coding style in each method. Could you give me an example of each, to show me the difference??

Thanks!
by josh22x
Sat May 17, 2008 10:16 pm
Forum: PHP - Code
Topic: object oriented versus procedural
Replies: 7
Views: 498

Re: object oriented versus procedural

What is the real difference between the two different methods?

Thanks!
by josh22x
Sat May 17, 2008 3:52 pm
Forum: PHP - Code
Topic: object oriented versus procedural
Replies: 7
Views: 498

object oriented versus procedural

I am new to PHP and just realized that there are two coding styles OO and Procedural. What is the difference really, and which should I use??

Thanks!
by josh22x
Sat May 17, 2008 3:09 pm
Forum: PHP - Code
Topic: Want connect to Database??
Replies: 3
Views: 557

Want connect to Database??

Hey, I am trying to submit from data from this form: <form action="blog2.php" method="post"> Your Name:<br> <input type="text" name="name" style="color: #000000; background-color: #E0E0E0"><br>   E-mail: <br><input type="text" name="em...
by josh22x
Tue Apr 08, 2008 10:48 pm
Forum: PHP - Code
Topic: PHP blog development???
Replies: 5
Views: 273

Re: PHP blog development???

??
by josh22x
Fri Mar 14, 2008 11:22 am
Forum: PHP - Code
Topic: email posting engine not working?? - what is wrong?
Replies: 4
Views: 257

Re: email posting engine not working?? - what is wrong?

Thanks for the help though....

Anybody else have any ideas??

Thanks
Josh
by josh22x
Thu Mar 13, 2008 9:20 pm
Forum: PHP - Code
Topic: email posting engine not working?? - what is wrong?
Replies: 4
Views: 257

Re: email posting engine not working?? - what is wrong?

Actually, that should not be the problem because I had it set to a valid email address and it did the same thing!

Thanks...
by josh22x
Thu Mar 13, 2008 1:23 pm
Forum: PHP - Code
Topic: email posting engine not working?? - what is wrong?
Replies: 4
Views: 257

email posting engine not working?? - what is wrong?

Hey, I have developed this basic email submission engine and it will not work. It keeps looping to the "Email did not submit!!!" echo statement. Does anyone have any ideas why this will not work?? Here is the code: <?php $name = $_POST['name']; $email = $_POST['email']; $comments = $_POST[...
by josh22x
Tue Mar 11, 2008 2:41 pm
Forum: PHP - Code
Topic: Ok, guestbook??
Replies: 8
Views: 1494

Re: Ok, guestbook??

Ok, thanks for your help, I will look at it and see if I can figure it out....

You might hear from me again though..
by josh22x
Tue Mar 11, 2008 10:03 am
Forum: PHP - Code
Topic: Ok, guestbook??
Replies: 8
Views: 1494

Re: Ok, guestbook??

Is there not a good online tutorial that will teach me how to do it, instead of doing it for me?

~ ~~
Thanks
by josh22x
Mon Mar 10, 2008 10:15 pm
Forum: PHP - Code
Topic: Ok, guestbook??
Replies: 8
Views: 1494

Re: Ok, guestbook??

Ok, well, it does not really matter what the guestbook look like that much. I just need a simple example in order to help me learn to code in PHP. I have used all the forums like W3school's and it does not go any farther than explaining the basics, after that I get kinda lost. I guess, what I really...