39,320 Topics
| |
| |
Error message: Query failed:You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 -------------------------------------- Can any one able to edit it in correct form?(*I using PHP5) ---------------------------------------------- $[PHP]query="select count(*) from cart … | |
Hi all, Can anybody install Imagemagik and wandmagick API for php. I have download the imagemagik and wandmagick API for php seperately. But I have no idea how to install this in php.... Kindly anyone inform me if you know how to install. Thankyou. | |
my problem is :whenever i log in ,it always shown 'You are not log in'. Never show "You are logged in as :xxx" For example:i do a testing,i input username:abc and password:1234 in "user" table. Next,i try to log in using abc and 1234.But,still shown 'You are not log in' … | |
I want to make this [QUOTE]Pages: 1 , 2 , 3 Next >>[/QUOTE] with PHP Lets say that i have a folder "Games" i wand any game be added to this foler open in another page and this [QUOTE]Pages: 1 , 2 , 3 Next >>[/QUOTE] changes automatically I want … | |
hi all, now a days i am facing a severe problem in my website.it is due to my web hosting provider.because now they changed the php as cgi module(I think),so the php_value [B]include_path in .htaccess[/B] file is not working now.Before changing the php as cgi module it worked well.If I … | |
Hi - I have had a message today from my hosting company to tell me that one of the sites on my hosting account is having it's php code abused. Apparently someone is manipulating the php code from the contact form to allow them to add Bcc addresses. Any ideas … | |
$totalCost=0; while($row = $result->fetch_assoc()) { $totalCost+=$row["price"]; ------------------------------ --->why the $totalCost always is 0? | |
Hello, I found this site while working on backlinks for my own site, and I must say I am impressed. Like it and might surely stay for a while. I am a webdevelloper working mainly with php and mysql, but I can do a lot more thankfully. I am building … | |
Hi Everyone I'm fairly new to PHP and struggling a bit. I'm trying to delete some records from MySQL via php and checkboxes my code is below if anyone can help me. Thanks in advance [PHP] <?php include("config.php"); include("contentdb.php"); $id= $_POST["id"]; $question= $_POST["question"]; $opt1= $_POST["opt1"]; $opt2= $_POST["opt2"]; $opt3= $_POST["opt3"]; $answer= … | |
Hi has anyone used the Gpix Pixel site ? if so does any one know which files i edit to change the header banner ? | |
hi, i'm trying to execute some c++ code from the php script in my webpage, but its not working. the best i could find was the php code below. [code=php] $output = shell_exec('ls -lart program.exe'); echo "<pre>$output</pre>"; [/code] here is the code of program.exe (codewarrior created program.exe from this code) … | |
Hello First sorry if there is to much code in this example. I am new to working with multi page forms. I have a search form that gets preloaded info from the database. There are 3 scripts (a html page, a preload script and a process script). There is a … | |
I have recently become addicted by the many text based games build with PHP and am looking to make one myself. I know HTML, JavaScript, CSS, and basic PHP, but need help in how i would go about making a server from my computer, and then creating a game that … | |
Hello, I brought a cgi script to start one of my website but don't know how to install that. I uploaded the script to the cgi-bin folder and tgen tried to execute but it was not working. U can have a look at solutionshall (dot) com So anyone help me … | |
hello All I am pretty stuck and would like any help or assiatance I am creating a web page with 2 fields First field would be a username Second field would be a user_id I want the user to be able to enter their username So for example "stephen" I … | |
PHP Parse error: parse error, unexpected $end in C:\test\kelly.php on line 118 <?php function AddItem($itemId, $qty){ $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select count(*) from cart where cookieId = '" . GetCartId() . "' and itemId = $itemId"; $result=$db->query($query); $row =$result->fetch_assoc(); $numRows = $row[0]; if($numRows == 0) { // This item doesn't exist … | |
Hi every body.. i have some problem,, problem is that i want to make a prepaid customer pages.. like that a customer enter an activation code & access code, mysql verify it(if data exists in database).That the code are matched and then go to next page named as registration page … | |
hi, In my new project i have to deal with php,xml and flash. here r the details. 1.i have to store a flash movie in the database. 2.on a mouseclick over a certain photo the flash movie should start playing.(these datas r stored in the database) 3.requirement is that xml … | |
hai, i am new to php.i want to use the mailing date of sender as the reference. for example if any one send amail on 24/12/2006 then in the reply mail to him ishoul add a reference line as follows. ref:this is in response to your mail dated 24/12/2006....... how … | |
1)Error display in cart.php page: PHP Notice: Undefined offset: 0 in C:\test\kelly.php on line 16 PHP Notice: Undefined variable: totalCost in C:\test\kelly.php on line 61 2)Error show when i try to remove item form cart: PHP Notice: Undefined variable: db in C:\test\kelly.php on line 43 PHP Fatal error: Call to … | |
I need a way to setup my websites so that my clients can edit content easily without knowing any programming languages. Basically I need setup the page with some programming code that will access another file such as a text file and still keep the same formatting style. For example … | |
I've installed wamp and everything runs good. However, when I try to edit one of the .php files and debug it, I get a parse error of unexpected T_STRING. I am so completely lost trying to do this. Please help a gamer out! Lets see, WAMP Windows 2000 Pro sp4 | |
Hi I'm trying to configure apache for PHP. Can somebody tell me where I can find the http.conf file of the default Apache 1.3 webserver which comes with OsX? I can't find this entire Apache directory. The server is running allright (I checked it in my browser at [url]http://localhost[/url]) And … | |
Hi Iam new with php & making searching module for client.for searching i select two values from DROP DOWN list i.e: Category & City, Third value is the search string entered by the user like Hussain & co. Now wht i want is that , it giv me results by … | |
hi friends Now I am assigned new task. But i dont know Its possible or not.Please advise When user saw the Product using webcam the prodect details (name ,make model etc....)are displaying inthe screen.Is the possible to develope the project using php Please advise. __________________ Thanks Vssp | |
I have a page with many links on it but all the links are saved into my ,mysql database.These links are displayed on my site.I wanted to know if google robots sees those links there.if the admin of this forum will allow me to post my links page so that … | |
Table Structure: Table article articlecategory author category The category table lists the main categories while the articlecategory table is a join that lists the category id and the article id. On my main page I have all articles listed. However, I would like other pages to contain only stories from … | |
As a learning exercise I'm looking to use CGI to password protect my web pages. Once I ahve got a user to logon properly I'm wondering how I should go about authenticating them for each page they visit? That is to say does each possible web page they can go … | |
Hi all I'm writing a code to search image on google and parse the urls to a flash aplication. More and more I don't get the image but a picture that tells me not to hotlink. I want to detect this so I can look for another image. I've written … |
The End.