Search found 8 matches

by shubham.amola
Mon Mar 02, 2009 4:14 am
Forum: PHP - Code
Topic: How to insert multiple rows in one single query??
Replies: 1
Views: 139

How to insert multiple rows in one single query??

I want to insert multiple rows in a table in one single query. Insert query is working when i have to insert single row but when it comes to insert multiple rows its taking the value of last rows... this is the query i am using INSERT INTO [table] ( [field1], [field2], [field3] ) VALUES ( '[value1.1...
by shubham.amola
Mon Feb 09, 2009 4:49 am
Forum: PHP - Code
Topic: How to install JDK on system
Replies: 4
Views: 152

Re: How to install JDK on system

i have to install javabridge also so that i can use java in php and for that jdk has to be installed. So that why i post this query in php forum.
by shubham.amola
Mon Feb 09, 2009 4:26 am
Forum: PHP - Code
Topic: How to install JDK on system
Replies: 4
Views: 152

How to install JDK on system

I want to install JDK1.3 or above verdion on pc but i could'nt fint it. If anyone knows the site from where i can download software then tell me..
by shubham.amola
Wed Feb 04, 2009 11:29 pm
Forum: PHP - Code
Topic: How to integrate icici payseal payment gateway using php
Replies: 0
Views: 583

How to integrate icici payseal payment gateway using php

I want to add pay seal icicipayment gateway with my shopping cart using php but i am having problem in this. If anyone knows the solution then please help
by shubham.amola
Thu Jan 22, 2009 10:39 pm
Forum: PHP - Code
Topic: How to upload gif images
Replies: 2
Views: 630

Re: How to upload gif images

i ve already use that bt it still not working. I am gtng this error
Call to undefined function: imagecreatefromgif()
by shubham.amola
Thu Jan 22, 2009 4:21 am
Forum: PHP - Code
Topic: How to upload gif images
Replies: 2
Views: 630

How to upload gif images

hii..i have to upload images in my project and i am using the code given below. This code is working fine if i am uploading .jpeg or .jpg images but wen i upload .GIF images it doesnt work. Please tell me where am i wrong in this code.   [color=#FF0000][b]$imgPath = basename($_FILES['img']['name']);...
by shubham.amola
Tue Jan 20, 2009 4:12 am
Forum: PHP - Code
Topic: How to retain values in form if validation fails
Replies: 8
Views: 211

Re: How to retain values in form if validation fails

itz done..thnx 4r ur help
by shubham.amola
Tue Jan 20, 2009 12:04 am
Forum: PHP - Code
Topic: How to retain values in form if validation fails
Replies: 8
Views: 211

How to retain values in form if validation fails

hii..i ve made a registration form. When user click the submit button all feild values will be checked from the database. If the entered email id is already in the database then it will go back to the registration form with error message. But the problem is wen it goes back to page user has to enter...