Forum: PHP 14 Days Ago |
| Replies: 2 Views: 235 Ohh.... Common guys i need some help ..?
I did almost of wat i could think of , i would be glad if u could provide me with some guidance...
Ps: I am aware that i cannot post one after the... |
Forum: PHP 16 Days Ago |
| Replies: 2 Views: 235 In many of the forums i have observed that , we can re direct the page like
thanks for logging in u will be redirected in 5 secs
and eventually the 5 secs decreases to 0 and the page gets... |
Forum: PHP Aug 26th, 2009 |
| Replies: 5 Views: 326 Well i am complete navie in the field of java scripting ....
But seems like i have no choice but to learn it. |
Forum: PHP Aug 25th, 2009 |
| Replies: 5 Views: 326 i have currently 3 checkboxes.
But the thing is i only want 2 of them to b processed i.e
if check box 1 is checked then the 2 one must get blocked thus by preventing the user to check it.... |
Forum: PHP Aug 17th, 2009 |
| Replies: 7 Views: 529 sorry , i didnt mention this , but i tried that method also when i was getting parse error.
Well basically the parse error is in line 2
which is :
$checkbox1=$_REQUEST["checkbox1"];
this... |
Forum: PHP Aug 17th, 2009 |
| Replies: 7 Views: 529 sDjH .. kudos to you.
But the script is working properly when the check box is checked
but if its not , its giving me a parse error.
Notice: Undefined index: checkbox1 in... |
Forum: PHP Aug 16th, 2009 |
| Replies: 7 Views: 529 SDjh , well i am not quite getting in wat r u trying to tell.
can u quote a simple example on how a single check box is processed , may be i am lacking that part,
so i guess u don't use $_POST in... |
Forum: PHP Aug 16th, 2009 |
| Replies: 7 Views: 529 hello everyone ! ,
I am creating a form with various check boxes in it. The check boxes represent various type of workshop the person wants to attend.
i just dont know how to process the data in... |
Forum: PHP Aug 13th, 2009 |
| Replies: 10 Views: 552 noelthefish kudos to you to come up with this in such short span.
but i want to ask few questions
1.which all technologies should i use in order to do such dynamic form generation, i am a... |
Forum: PHP Aug 12th, 2009 |
| Replies: 10 Views: 552 well its pretty simple
1. i am creating 2 forms
2.the second form (form2) will be generated based on the data entered by the user in the first form(form1).
3.The form one has 2 fields.
... |
Forum: PHP Aug 12th, 2009 |
| Replies: 10 Views: 552 well yes ,
i framed it like this
FORM 1
1.No of participants
2.Mode of payment
FORM 2
1.Name (it will generate according to no of participants)
2.------- |
Forum: PHP Aug 12th, 2009 |
| Replies: 10 Views: 552 well i am creating a registration form . the problem i am facing is
i want to generate the name text field based on the input of number of participants.
if some one wants to perform bulk... |
Forum: PHP Aug 6th, 2009 |
| Replies: 3 Views: 252 well in this case not only u will have to change the php script but also the MySql DB. I guess ur aware of that(just wanted to be sure).
the website where u have hosted must be having something... |
Forum: PHP Aug 6th, 2009 |
| Replies: 5 Views: 485 well when i had hosted my website on web server .
I too was given a username n password.
i guess all these have a php MyAdmin module embedded in it.
it would be somewat like ... |
Forum: PHP Aug 6th, 2009 |
| Replies: 6 Views: 287 actually i got it .. i couldnt believe i overlooked on that....
i just had to change the table name in
INSERT INTO query instead of alien i wrote store and now its functioning.
Ne ways thanks... |
Forum: PHP Aug 6th, 2009 |
| Replies: 6 Views: 287 well i have indeed chosen the aliendb (database) . But the whole point is , by doing so its inserting the values by default in the first table (alien).
But i want to insert the data in the second... |
Forum: PHP Aug 5th, 2009 |
| Replies: 6 Views: 287 <html>
<head>
<title> The aliens abducted me </title>
</head>
<body>
<h2> The final report </h2>
<?php |
Forum: PHP Aug 5th, 2009 |
| Replies: 6 Views: 287 i have created a database initially and had framed only one table.
The php script was working fine , i could store values and reterive from them.
I again created one more table in the same... |
Forum: PHP Aug 1st, 2009 |
| Replies: 4 Views: 636 no i havent checked the wamp forum. But i got that error as the one shown above. , honestly have no idea wats happening... |
Forum: PHP Aug 1st, 2009 |
| Replies: 4 Views: 636 well i have installed Wamp server , and everything came as a whole package.
do i have to configure it before using it...? |
Forum: PHP Jul 31st, 2009 |
| Replies: 4 Views: 636 i was just trying the new DBMS , herd it was kinda faster than MySql in some case.
the below is the code i have taken (Standard example) and still i am getting error.
<?php
// create new... |
Forum: PHP Jul 30th, 2009 |
| Replies: 7 Views: 419 well firstly sorry for late reply, i still didnt get few things.
well since i am naive in this field , all i can get from the error messgae is that i am not able to send messages, according to... |
Forum: PHP Jul 28th, 2009 |
| Replies: 7 Views: 419 i have created a simple form (well with the help of a book ).
i am able to process the data and display it . But i amnot able to send the same message to my mail ID.
i am using WAMP server. i am... |
Forum: PHP Jul 20th, 2009 |
| Replies: 7 Views: 391 nope it didnt work , i removed the single quote near senders... |
Forum: PHP Jul 20th, 2009 |
| Replies: 7 Views: 391 well i did remove the double quotes and tries but still it aint printing nething.
the following is the php code
<?
if(($_post[sender_name] == "") ||
($_post[sender_email]== "") ||
... |
Forum: PHP Jul 19th, 2009 |
| Replies: 7 Views: 391 i designed a simple php form which accepts the data and then displays it, (well its supposed to ) but its kinda not displaying the values it should..
<html>
<head>
<title> Simple feedback form... |
Forum: PHP Jul 11th, 2009 |
| Replies: 9 Views: 449 well i can access like that... it completly runs as
http://localhost/myfile.php not a problem. but i guess my scripts have problem..
and debugger for this php scripts available........ |
Forum: PHP Jul 9th, 2009 |
| Replies: 3 Views: 224 i did that .. but i am still getting "Message Failed To send "
is there any other way to do it or so... |
Forum: PHP Jul 9th, 2009 |
| Replies: 3 Views: 224 well i have (not precisely) created a form which accepts manily
1.name
2.subject
3.Message
well i have written the php code for that ,well the data sent by the user is supposed to come to my... |
Forum: PHP Jul 8th, 2009 |
| Replies: 9 Views: 449 well as of now i have installed wamp. in my system . so how do i run these php scripts into it. |
Forum: PHP Jul 8th, 2009 |
| Replies: 9 Views: 449 well kudos to you.. it ran and i got the output . (obviously i just printed statemet)
now if i want to create a proper file .. then how do i do that , i mean accept the data from the file i have... |