Forum: MySQL Apr 15th, 2008 |
| Replies: 4 Views: 392 |
Forum: PHP Apr 15th, 2008 |
| Replies: 1 Views: 198 error warning hi all..
i had this problem
when i click submit at a form..this things comesout
Warning: session_start(): Cannot send session cache limiter - headers already sent
but the data submitted available... |
Forum: MySQL Apr 15th, 2008 |
| Replies: 4 Views: 392 Re: key problem yeah..the form_id in table form is auto_increment..
ok..will try..
thaxs so much |
Forum: MySQL Apr 14th, 2008 |
| Replies: 4 Views: 392 key problem hi all..i had problem here..hope someone can help me..
i`ve create a db that contains several tables. myproblem now the foreign key doesnt parallel with primary key. i had create table named form... |
Forum: MySQL Mar 16th, 2008 |
| Replies: 1 Views: 428 connect between table anybody mind teach me how to connect between tables in db??say theres table a, b and c in db .how can i make all these table connected??theres any coding??im using EasyPHP as server |
Forum: PHP Feb 25th, 2008 |
| Replies: 1 Views: 228 limits already put the validation..it will prompt user the errors..but it query into database also how can i solved it??
<table width="1000" height="95" border="1">
<tr>
<td... |
Forum: PHP Feb 20th, 2008 |
| Replies: 13 Views: 564 |
Forum: PHP Feb 19th, 2008 |
| Replies: 13 Views: 564 Re: validation problemo <table width="1000" height="95" border="1">
<tr>
<td bgcolor="#0000FF"> </td>
</tr>
</table>
<center>
<?
include("connect.php"); |
Forum: PHP Feb 19th, 2008 |
| Replies: 13 Views: 564 |
Forum: PHP Feb 14th, 2008 |
| Replies: 17 Views: 565 Re: error <table width="1000" height="95" border="1">
<tr>
<td bgcolor="#0000FF"> </td>
</tr>
</table>
<center>
<?
include("connect.php"); |
Forum: PHP Feb 14th, 2008 |
| Replies: 17 Views: 565 |
Forum: PHP Feb 14th, 2008 |
| Replies: 17 Views: 565 Re: error how??? this is mycode.
//this is your add query....
$name = $_POST['name'];
$email = $_POST['email'];
$contact = $_POST['contact']; |
Forum: PHP Feb 13th, 2008 |
| Replies: 17 Views: 565 Re: error hehehe..i think i faced 1 more problem...the form,if i didnt fill it up then click submit,its prompt to key in data to form and it query to database too.how to solve?? |
Forum: PHP Feb 13th, 2008 |
| Replies: 17 Views: 565 Re: error i think it solve already..shold i mark as solve cos i not sure yet..but its working..the validation,the input data query to database...and its come out like what i key in |
Forum: PHP Feb 13th, 2008 |
| Replies: 17 Views: 565 Re: error <table width="1000" height="95" border="1">
<tr>
<td bgcolor="#0000FF"> </td>
</tr>
</table>
<center>
<?
include("connect.php"); |
Forum: PHP Feb 13th, 2008 |
| Replies: 17 Views: 565 Re: error the validation settled..but new error comeout...
Notice: Undefined variable: errors in c:\program files\easyphp1-8\www\rsvp\added.php on line 51 |
Forum: PHP Feb 13th, 2008 |
| Replies: 17 Views: 565 |
Forum: PHP Feb 13th, 2008 |
| Replies: 17 Views: 565 error can sumebody tell me whats wrong whis this code??
tried many times but still parse error..on line 53
and if i put validation on php,do i need to put the command at server side???
tq
<table... |
Forum: PHP Feb 13th, 2008 |
| Replies: 13 Views: 564 Re: validation problemo Parse error: parse error in c:\program files\easyphp1-8\www\rsvp\added.php on line 111
<table width="1000" height="95" border="1">
<tr>
<td bgcolor="#0000FF"> </td>
</tr>
</table> |
Forum: PHP Feb 12th, 2008 |
| Replies: 13 Views: 564 |
Forum: PHP Feb 12th, 2008 |
| Replies: 13 Views: 564 |
Forum: PHP Feb 12th, 2008 |
| Replies: 13 Views: 564 validation problemo need some advise here...just create a simple form..but i had problem with validation.hope somebody can help me..
(register.html)
<form id="FormName" name="name"method="post" action="added.php"... |