Forum: PHP
07-28-2011, 06:13 PM
|
|
Replies: 2
Views: 420
PHP problem
<?php
echo '<div style="margin:40px 0 20px 35px" ' ;
if(isset($_SESSION['username']))
{
echo'
<form method="post" action="ucpchanges.php">
<fieldset>
<legend>Select...
|
Forum: PHP
07-27-2011, 04:36 PM
|
|
Replies: 2
Views: 268
PHP question
I have a form. I submit it with action="otherfile.php". How can I get the name of the page where the form is on in "otherfile.php". Is that even possible?
|
Forum: PHP
07-26-2011, 12:45 PM
|
|
Replies: 7
Views: 509
|
Forum: PHP
07-26-2011, 12:34 PM
|
|
Replies: 7
Views: 509
It's not the conditions I'm worried about, it's...
It's not the conditions I'm worried about, it's the errors I want to return back to the user.
And besides my main problem still not being resolved, I still have my other question: How do I ask if a...
|
Forum: PHP
07-26-2011, 12:27 PM
|
|
Replies: 7
Views: 509
PHP Question
I'm a total newbie to PHP. I have this register form, that I write some warnings for with jQuery. Now, when that form is submited I want to some verifying with PHP. I want to to check every field in...
|
Forum: JavaScript frameworks
07-23-2011, 09:56 AM
|
|
Replies: 3
Views: 702
Thanks. :) The main problem of this was that I...
Thanks. :) The main problem of this was that I had included the header that contained the link to the google link that hosts jQuery after I made the link to the actual script. I didn't really know...
|
Forum: JavaScript frameworks
07-23-2011, 09:54 AM
|
|
Replies: 1
Views: 337
question. Need help fast.
How can I check the mySQL database with jQuery so that I can tell the user(in the register form) whether the username is taken or not? (like this board's register form).
|
Forum: JavaScript frameworks
07-22-2011, 05:23 PM
|
|
Replies: 3
Views: 702
jQuery script not working
I have this HTML code:
<form method="post" action="register.php">
<table style="margin-top:30px;" cellpadding="3">
<tr><td><strong>Username(<color="red">*</color>):</strong></td><td><input...
|