Upload, SSL and more php help
I recently just installed a ssl cert and do i use https for the whole site or just for the checkout.
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Need help making a blockquote and line items conditional
I have some code I bought a few years ago that allows my clients to update content on their site usi
Anti Spam Code Problems
Ok where do i start? Probably by telling you I have very little working knowledge of PHP and that I
php code to accept and delete incoming data
Using following HTML Code please show me how to write PHP code to accept and delete the incoming dat
insert Multiple rows into the table from that table data
Hi All,
I have a requirement like to insert mulitple rows into the table from that
Writting a script to arrange images........ need some help
Ok so here is the link
http://hmtotc.com/dev/projects/vrassociates/jeweler_dev/admin/index.ph
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any