Search found 7 matches

by jtron85
Tue Nov 21, 2006 8:34 am
Forum: Javascript
Topic: Cookie with multiple values
Replies: 4
Views: 2375

Oh ok thanks again feyd appreciate it.

It's back to the old drawing board for me as usual.
by jtron85
Tue Nov 21, 2006 8:05 am
Forum: Javascript
Topic: Cookie with multiple values
Replies: 4
Views: 2375

Well basically each search result page displays 10 items. The number of pages can vary depending on the amount of items that fit the search criteria. The user will be allowed to choose any number of items from the search result spanning across all the pages and any other new searches - this is where...
by jtron85
Tue Nov 21, 2006 5:28 am
Forum: PHP - Code
Topic: PHP + Javascript + Cookies
Replies: 1
Views: 771

PHP + Javascript + Cookies

I was wondering if it was possible for PHP to read cookies that were created with Javascript. I know it sounds like a very simple question but I'm still quite new. And also would there be a problem for PHP to read a cookie with multiple values. I'm trying to create a list within a cookie and get PHP...
by jtron85
Tue Nov 21, 2006 5:11 am
Forum: Javascript
Topic: Cookie with multiple values
Replies: 4
Views: 2375

Cookie with multiple values

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I'm tryin...
by jtron85
Fri Nov 10, 2006 6:44 pm
Forum: PHP - Theory and Design
Topic: Search Result Bookmark
Replies: 4
Views: 1604

Ok thanks Mordred. Thinking more realistically using cookies would be a better approach. I didn't think too much on how to detect the obsolete data. Although I do have access to Cpanel and planned to use Cron Jobs to delete data, let's say from the previous day. Although removing the need to place i...
by jtron85
Fri Nov 10, 2006 1:31 am
Forum: PHP - Theory and Design
Topic: Search Result Bookmark
Replies: 4
Views: 1604

Thanks for the reply. Well the lifetime of the selected information will only span for the time when a user is searching for a vehicle. I've though about the concept of using sessions although that won't work because the system will destroy all sessions when a logged member logs out. A friend of min...
by jtron85
Thu Nov 09, 2006 3:10 am
Forum: PHP - Theory and Design
Topic: Search Result Bookmark
Replies: 4
Views: 1604

Search Result Bookmark

Hi all, I've just signed up and I'm still quite new to PHP. Currently I'm trying to develop an online trader site where users can place online advertisements of cars, motorbikes etc. And other users can browse through the ads through a search engine.. sounds simple I've completed my search engine wh...