SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Want’

I have a PHP web site that I wrote. It uses Authorize.net to process payment. I want to start an affiliate program but I don’t know how… There are plenty of scripts, should I use one of these? If so, which one?
Should I build my own? If so, could someone direct me to a site to get started?

I Want To Write A Quiz In Php. How Do I Hide The Code?

Posted Sunday, February 7th, 2010
Tags: , , , , ,
Posted in 6 | 4 Comments »

So… I want to learn some PHP and put up some multiple choice quizzes this semester. But I don’t know if students have a way of looking at the source code to find the answers. Since PHP is client-side, does that mean all the code involving seeing if they have the correct answer is hidden from the user? Is there something extra I have to do to hide this part?

I also want people to have a minimum number of characters or letters to type in the stories or blogs. This will be greatly appreciated and I promise I will choose you as best answer!

I Want A Php Script To Be Able To Perform A Javascript Function?

Posted Saturday, November 21st, 2009
Tags: , , , , ,
Posted in Uncategorized | 1 Comment »

I have a javascript function that works properly when I run it in javascript however I need a php script to run this function when something is true. right now I have it echo’n <script lang…. function() </sci However it seems to echo it but the function never runs?

I Want To Make A Php Page And Use It To Combine Individual Html Files?

Posted Tuesday, November 10th, 2009
Tags: , , , , , ,
Posted in Uncategorized | 2 Comments »

Basically I want the index for my site to be in one file that can be referenced into my website pages.How do I do this?

This will be used as sort of an e-commerce site. It might be used for social security numbers. Can you please give me a few pointers to get started?

From my understanding, Facebook is mainly based on php. Which website is the best for learning php?

I am php programmer in php and mysql. I am having 2.8 years of experience in web development with php and mysql and .net as well.
I want to change my domain to Oracle. If i do OCP certification and if I am having good knowledge in rdbms. Whether i will be able to change my domain or not.

I am running a php script and you can choose free and paid where you pay by paypal. I want to add an option for cheaque where the visitor will be directed to a page with instruction on where to send the cheaque i.e our address and phone numbers. How do I do this.
Where can i find instructions on doing this?

How Can I Convert A Mysql Timestamp Into A Format I Want Using Php?

Posted Saturday, June 13th, 2009
Tags: , , , , , ,
Posted in Uncategorized | 3 Comments »

I have a colum in a MySQL database that uses datatype TIMESTAMP to save the date and time that a new row is inserted. This displays like 2008-09-21 09:31:25 when retrieved and echoed using PHP.
How can I use PHP to display the data like 21-Sep-08?