jquery validation in codeIgniter
hai i need to add client side validation to my fiels which are selected in a forloop.the fields are
pageination not working right... coping images over 4 pages
Code: <?php //This code will obtain the required page number from the $_GET array. Note that
newbie question about multiple queries
hi everyone,
I'm sorry to ask such a basic question, but I'm young and trying to learn php on my
reading partial code from external site
Hi,
I am trying to write a script for my website to get an article from an external website.
Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
records between 2 dates
Hello all,
I have a date tracked table which contains effective_start_date and effective
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
Combining refCursors and Summing
Given the following DDL:
CREATE TABLE FOODSALESTEST
("WEEKNBR" NUMBER,
"ST
Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?