bookmarks
-
I'm studying PHP now, but i want study deeply,i made a wbe sit,www.igolfyoo.com[^] but i want do it better.and i want add a bookmark on every product. Anyone can help me! thanks? www.igolfyoo.com[^]
-
I'm studying PHP now, but i want study deeply,i made a wbe sit,www.igolfyoo.com[^] but i want do it better.and i want add a bookmark on every product. Anyone can help me! thanks? www.igolfyoo.com[^]
Adding bookmarks is a browser-side function. PHP cannot do this, being a server-side language. However, if you use PHP to dynamically generate Javascript, the Javascript can add bookmarks. Take a look at this script- http://www.dynamicsitesolutions.com/javascript/add-bookmark-script/[^] It will show you how to use Javascript to add many bookmarks. The next step is to code your PHP to echo the Javascript to a page.
-
I'm studying PHP now, but i want study deeply,i made a wbe sit,www.igolfyoo.com[^] but i want do it better.and i want add a bookmark on every product. Anyone can help me! thanks? www.igolfyoo.com[^]
Starting simpler might be a better bet, instead of using OsCommerce, try something lighter. Editing oscommerce as a beginner can be troublesome and tricky if you're not completely familiar with the basics of php. Edit: especially when using a template!!!