Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 8 of 8
Search took 0.03 seconds.
Search: Posts Made By: tsuby
Forum: PHP 07-28-2011, 06:13 PM
Replies: 2
Views: 420
Posted By tsuby
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
Posted By tsuby
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
Posted By tsuby
How do I display the array contents in a div on...

How do I display the array contents in a div on the page I have the form on? My register validation code is obviously on a different file.
Forum: PHP 07-26-2011, 12:34 PM
Replies: 7
Views: 509
Posted By tsuby
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
Posted By tsuby
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
Posted By tsuby
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
Posted By tsuby
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
Posted By tsuby
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...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT +1. The time now is 09:51 AM.