Search found 10 matches
- Tue Aug 13, 2013 9:00 am
- Forum: Javascript
- Topic: populating text box data from the database based on static d
- Replies: 0
- Views: 3523
populating text box data from the database based on static d
i want to fill up the text boxes with the data from the database vales. But at the same time it should display the values according to the static drop down value selected. I am not getting how to achieve this. Here is my code <form name="form1" action="submit.php" method="po...
- Thu May 17, 2012 11:20 am
- Forum: PHP - Code
- Topic: cannot modify header information error
- Replies: 10
- Views: 2576
Re: cannot modify header information error
Someone plz help me in this...
- Thu May 17, 2012 1:10 am
- Forum: PHP - Code
- Topic: cannot modify header information error
- Replies: 10
- Views: 2576
Re: cannot modify header information error
Hey, thank you very much. It really helped me. i haven't put the code at the beginning but i have used if (!empty($_FILES)) in the same place. As you suggested i have removed the session and had put the echo to display errors. Now it works fine but when page loads tables content displays , after add...
- Wed May 16, 2012 1:50 pm
- Forum: PHP - Code
- Topic: cannot modify header information error
- Replies: 10
- Views: 2576
Re: cannot modify header information error
file name is managecategories.php
where and how to use if (!empty($_FILES)) function
. I am not getting. Sorry
where and how to use if (!empty($_FILES)) function
- Wed May 16, 2012 1:31 pm
- Forum: PHP - Code
- Topic: cannot modify header information error
- Replies: 10
- Views: 2576
Re: cannot modify header information error
If i move that to file at the top it says too many redirects and page cannot be displayed.
- Wed May 16, 2012 1:02 pm
- Forum: PHP - Code
- Topic: cannot modify header information error
- Replies: 10
- Views: 2576
Re: cannot modify header information error
Hey can you plz help me in this?
- Wed May 16, 2012 12:44 pm
- Forum: PHP - Code
- Topic: cannot modify header information error
- Replies: 10
- Views: 2576
Re: cannot modify header information error
Can you please give me an example in my code. Please
- Wed May 16, 2012 12:23 pm
- Forum: PHP - Code
- Topic: cannot modify header information error
- Replies: 10
- Views: 2576
cannot modify header information error
I have been trying to store image and display it from the database. Storing happens with some error. Display i couldn't do it. I am screwed up with the error. Please help me. i want to do it in a single page. if i remove header relocation statement, warning goes but it will not check any conditions....
- Mon May 14, 2012 12:59 pm
- Forum: PHP - Code
- Topic: Getting Error: could not prepare SQL statement
- Replies: 3
- Views: 1049
Re: Getting Error: could not prepare SQL statement
i have corrected it, still getting
Warning: mysqli_stmt::bind_result() [mysqli-stmt.bind-result]: Number of bind variables doesn't match number of fields in prepared statement in /home/netelmbn/public_html/test/records.php on line 114 error
Warning: mysqli_stmt::bind_result() [mysqli-stmt.bind-result]: Number of bind variables doesn't match number of fields in prepared statement in /home/netelmbn/public_html/test/records.php on line 114 error
- Mon May 14, 2012 12:00 pm
- Forum: PHP - Code
- Topic: Getting Error: could not prepare SQL statement
- Replies: 3
- Views: 1049
Getting Error: could not prepare SQL statement
Hi All, I have been trying to resolve this issue but couldnt do it. Please help me in this. <?php include("db_connect.php"); $mysqli = new mysqli("localhost", "user", "pass", "db"); if ($mysqli->connect_errno) { printf("Connect failed: %s\n"...