Summary: iam working on a very large database having abt more than 4lakh records in one table. iam using sqlserver 2000. i wrote a program which fetches all th...
Summary: I have been trying to display data from my wholsalers database onto my website. I feel I'm getting close, but once you fix one error, its on to the n...
Summary: Hello - I need some help on an error that I am getting on a page I created. Here is the error. Warning: session_start() [function.session-start]: Cann...
Summary: I often get that error when working on some php program... I just don't know why.... And it's often the case with phpMyAdmin.... "CGI Error The specif...
Summary: I downloaded the trial version of codecharge studio, and I tried putting together some PHP, from one of the tutorials in hopes of getting a grasp of h...
Summary: I have made php connection but when i run,it gives me parse error on line 3. Below i show the code:- <?php &host="localhost"; &user="root"; &passwo...
Summary: I'm trying to make a PHP form that e-mail me and this is what happend... I'm sure I'm doing something stupid and it's probley easy to fix but her it i...
Summary: Hey All, Small snippet of code....keep getting a parse error and CANNOT see anything wrong with the code. It is driving me nuts! **** signifies par...
Summary: Hi all, We at our college have web server to which we can logon using ssh and telnet. From there I can access my mysql and do everything to my databas...
Summary: Its possible. PHP has Oracle functions, located here... http://www.phpbuilder.com/manual/ref.oracle.php some code... Using the OCI Extension Module - ...
Summary: I know html, I dont know PHP. I needed a script to log IP's to a text file, I found a php script that does it. I don't understand HOW to use it. I put...
Summary: Hey guys, I'm not a big php programmer, but I'm sure someone can help me. My code is as follows. I don't get any error messages, but the emails don'...
Summary: hi i managed to configure php/sql/apache etc... however when i try to get mysql running i get this error!"cannot connect to mysql on 'localhost' <1...
Summary: I do an opendir("~word/word2/word3") and get an error saying "failed to open dir: no such file or directory in PATH TO CURRENT FILE. However, I am ab...
Summary: Please I've done this codes over and over again, I even changed the php code several times and it just seems as though I am missing something. I keep ...
Summary: i am trying to retrieve data from a table that i have stored in a database on mysql using php. The database is called test and the table is called p...
Summary: hi, i'm having a table in mysql which has a column name DOB, the field of which defined as date. & i'm inserting the data into it, after converting ...
Summary: I was working under Linux and I need to connect PHP to a PostgreSQL database. I use pg_connect() function for that purpose and when I test it in the b...
Summary: Hi, I'm somewhat new to PHP and MySQL and i'm trying to run the following simple PHP/MySQL code snippet: <?php $host = "localhost"; // MySQL serve...
Summary: Hello. I have installed PHP on IIS 6.0 using the isapi dll. I have a php page I am trying to run that uses sessions. I get this errors" Warning: sess...
Summary: Why doesn't this work? - I have a simple file (symbols.dat) containing one stock symbol per line. Example: AMD INTC MSFT AAPL I want to take the cont...
Summary: hi, whats wrong with that line echo ''$data[nom_r]'</br>'; it says i have this error: Parse error: parse error, expecting `','' or `';'' in c:\ine...
Summary: Ok, i am tryin to create a simple uploads form. Here is the error i keep getting: "Warning: copy(C:\Uploads): failed to open stream: Permission denied...