| Thread | Last Post | Replies |
|
| saving sequence order of files | 13 Jul 2008 23:20 GMT | 5 |
hi i am trying to save a order of files where on submit i am updating a field in a loop $new_seq=$_POST['seq']; // array of seq hidden input field -name=seq[] in form
|
| Sending headers in PHP under Godaddy linux hosting | 13 Jul 2008 17:52 GMT | 12 |
I have the following issue when i upload my files to my hosting. I cannot send the following headers: <?php header('Content-Type: text/xml');
|
| Help with upload .. | 13 Jul 2008 15:51 GMT | 2 |
Can anyone see why Im lossing the image type when it's renamed ! Thanks Chris <?
|
| PhP character comparison problem... | 13 Jul 2008 15:41 GMT | 2 |
I am trying to strip the ¿ and ¡ from some Spanish phrases in my database. I pull the query data from the MySql database (using PhP) and I know it is returning the correct rows because I have verified it by printing it out in Firefox.
|
| First element is 'Array'? | 13 Jul 2008 15:21 GMT | 4 |
I have this code on my WAMP server running on my XP machine if ( isset( $_POST[ 'ans' ] ) ) { for($i=0; $i<count($_POST['ans']);$i++)
|
| Implementing CHAT | 13 Jul 2008 12:39 GMT | 3 |
Hi my friends, I want to implement a CHAT section on my website and I do not know anything about it. I want help from someone or some people here to tell me what I need to
|
| internally how work condition IF | 13 Jul 2008 01:02 GMT | 5 |
if ($var1==100 && $var2==40 && $var3==30 ) { ... code ... } if first condition not is true stop the control process, or trough all the conditions ? or only if write so it stopped at first verified
|
| comparing months not working | 12 Jul 2008 20:14 GMT | 3 |
hi. i have the following code: $now=getdate(); $currMonth = $now["month"]; $currYear = $now["year"];
|
| upload file | 12 Jul 2008 11:48 GMT | 5 |
i m using apache server and php 5.2.2-3 i need to upload fle well that part i did, the problem is i can upload a file of limit that is less then 2mb i can't upload file that as more then 2 mb size, how to solve this problem is i need to change any thing in m
|
| Help with two page form | 12 Jul 2008 06:45 GMT | 2 |
I am in need of some help. I have an order form for a website I am working on and it consists of two pages. The first page gathers most of the information for the order and inserts that into a database table, which works fine. The user then clicks on the next button to
|
| PHP unable to open database file | 12 Jul 2008 00:18 GMT | 3 |
I have this script of a few lines, which runs as expected when I do it from the command line. It does one select followed by one insert on an SQLite database. The db in question has permissions guo+rwx. If I run it as a web page (this is under OS X Leopard), the select works
|
| PHP to read nntp protocol (usenet, newsgroups) | 11 Jul 2008 19:38 GMT | 6 |
Hello to everybody! Does someone know a very simple php script (or class) to read nntp protocol (for usenet). I only need to read newsgroups and save them to a mysql table.
|
| monthly earniing $1000 to $5000 | 11 Jul 2008 17:58 GMT | 1 |
monthly earniing $1000 to $5000 simple online survey create your membership other details visit
|
| Join Ahmedabad PHP group! | 11 Jul 2008 17:39 GMT | 5 |
Visit the Ahmedabad PHP Group Click on the link below. And share your knowledge,problems,solutions everything related only PHP,MYSQL! http://groups.google.com/group/ahmedabad_php?hl=en
|
| Recommendation for a PHP ORM library? | 11 Jul 2008 15:32 GMT | 5 |
I'm using PHP 5.2. I am looking for some library or framework that can map/generate PHP objects to MySQL database tables. I found Propel, though a Google search, but it requires me to turn off magic quotes in my php.ini file and too many of my applications depend on
|