Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Wyatt James
has contributed to:
Select box Z has options AB and BA. How do I convert to 2 DB columns (X, Y)? If ($Z == 'AB') { $X = 1; $Y = 2;} etc. doesn't work. X,Y blank on DB.
I want to update DB, send ak, and return the filled form for changing data, all at the same time. How?
How do I convert a date (current or user-supplied from a form) into week-of-the-year for use as a DB key for an X-of-the-week display?
How to search with wildcards from PHP form? MySQL wants %$var% but this doesn't work.
When using LIMIT in MySQL how can I tell PHP where to start browsing the next page when user hits 'more'?
Printing database rows: Site,URL -- site(1) has URL(2), site(2) has URL(3) etc. Why?
I can add text containing apostrophes to data base using form, but can't copy that text to another table.