Dear Friends
I need a help, I have a search page which of cars related, which has different search criteria e.g. maker, model, color, displacement etc. when i give any search criteria and click the search button i got the result according to my search criteria and it is working good
Now i have another form on the left side on the search result page which will refine my search. e.g i gave the search of company Toyota and Suzuki and it will give me the records related to the Toyota and Suzuki now i want to refine it.
From the left form i will just give the Suzuki and it will give me the result of suzuki or i will just give me Bid no and It will give me those bid nos which will come in the search criteria of Toyota and Suzuki.
Now my question is that how can i save my old recordset on which when i will give the further search it will give me the result from my old recordset. is it possible that i will give the further search Criteria on my old recordset.
Kindly help me Regarding this.
I am waiting for you reply
Thanks
Generate multilayered array from string.
ok so i have a string that looks like this:Code: [Select]blog:edit_all,delete_all|users:edit_all,delete_all|settingsand i want to make a code that can take that string and put it in a multi-layered
uploading video files into mysql in php
hi,I have the video files which i have to upload into mysql db. along with creating thumbnails from the video.can any one help me in this which will be greatful to methank u
Asset Transfer from One plant to another within same company code
Hi,
xApp Analytics in BI 7.0
Dear all,
Facebook status update API
Hello,So, I'm trying to create my first Facebook application with PHP.Basic ideas for my application:My website includes feature called “tip of the week" and i would like to create a code
Month String to Numeric?
Hi guys,Given a month as a string, is there a simple way to find the numeric representation of said month?I've used a switch statement but I'm wondring if there is a more elegant way of doing
Using insert variable
need a way to inert variable data to mysql database $acc = "212121212";$nok = "Nokia1100";$db_link = mysql_connect("localhost","root",
Help with php code
Hello, can anyone tell me why this php word trap fails to work, and the trigger words get blow right past, and the comments get posted anyway?heres the php code im testing on a
Validating time
Hi Guyswhat do you think of the following approach to validate a 24hour time:http://snipplr.com/view/23007/validate-time/Are there any better approaches ?
Image resize
Hi again fellersI managed to sort out the issues with the folder, Final hurdle is this: Code: function ResizeJPEG($filename, $width, $height){ list($width_orig, $height_orig) =