Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
Faqts
:
Business
:
Programming
:
Shopping For You
:
PHP
:
Database Backed Sites
: General
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
BLOBs (Binary Large Objects)
(8)
Articles
About SQL: Tutorials/Articles from O'reilly
Tutorials
SQL Tutorial - sqlcourse
SQL Tutorial - W3schools
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
Is there an easy way to check if a table already exisits in a database using PHP?
How do I create a database on the "FLY"?
I have a customer DB and a transaction DB, how do I view a customer and their transaction history?
How do I read the last record and only the last record from a table?
Free PHP/MySQL Web hosting without baner ads!
Random Questions
How do I read the last record and only the last record from a table?
Do I have to close database connections at the end of my scripts?
How can I store PHP code in a database and then run that code from a mysql_query() call?
How do I add hypertext links (such as 1-10,11-20,next,back etc) using PHP/MySQL to serve portions of query results ?
What fields do I need to be able to query for the latest changes to a table?
How can I stop multiple database entries from users pressing reload?
How can I escape data to make it ready to insert into a database?
How should I get a date out of a database for comparison and operation?
Is there a PHP database schema generator available?
How should I set up variables after a database query?
How can I put rows from a database into a table?
How can I delete all rows in a database table that are 30+ days old?
How can I find all duplicates in a database column?
How do I get out the result of a query like "select count(*) from $table"?
How can I search a database for part of a string?
What is the wildcard symbol in SQL?
Why are there twice as many persistent connections than httpd processes?
How can I sort results by a certain column?
Can I close a persistent connection?
Are persistent connections ever closed?
Which one is faster to connect to the database, connect or pconnect?
Are there any problems to be aware of when coding for persistent database connections?
Do I need to treat persistent database connections differently?
How can I fetch the field name and data for every row of a database query result?
How can I get the error message for a failed database operation?
What is a common cause of the "too few parameters" error message?
How many times can or should I call pconnect?
What's the best way to return a random row from a table?
How can I transform a boolean search request into an SQL query?
Can I do simultaneous database requests in PHP in the same script?
How can I print out rows from a database as HTML?
What PHP type is used to hold values from a database?
Why are all results from a database query made into strings in PHP?
How can I select rows within a certain date range?
How can I get the number of rows in a database table?
How are folder systems stored in a relational database?
Do I have to close database connections at the end of my scripts?
What database wrappers are available?
Is there any way I can search through a website for a word using PHP without having to use a database
Whats the most efficient way to pull random rows from a table using php4 and mysql?
Connection from a Linux Box to AS/400 DB2
Connection from a Linux Box to IBM DB2 Mainframes
How to create an or query with using a like?
How do I insert text into a field when the text contains single or double quotes?
What fields do I need to be able to query for the latest changes to a table?
How can I query a table to get the latest updates and new records?
How do I get the latest changes using an autoincrement and a timestamp field?
How do you Insert strings with new-line characters (Enter-key in textarea) with a SQL string? (Access, ODBC)
How do i display the number of records on my main page without constantly quering mySQL? (eg. displaying the number of job postings are in mydatabase)
How do I add hypertext links (such as 1-10,11-20,next,back etc) using PHP/MySQL to serve portions of query results ?
How can I set multiple conditionals for modifying a database entry?
How do you generate an url link to a text field in mysql (ie...php?art_id=2&...etc)
How can I store PHP code in a database and then run that code from a mysql_query() call?
How do I display text retrieved from a database in a text area, so the user can modify the text and save the changes?
How do I get a popup to display a certain value based on the value brought back from a database.
How to display 'June 19, 2000' from the value '2000-06-19' got from a MySQL database using PHP3?
Free PHP/MySQL Web hosting without baner ads!
How do I read the last record and only the last record from a table?
I have a customer DB and a transaction DB, how do I view a customer and their transaction history?
How do I create a database on the "FLY"?
Is there an easy way to check if a table already exisits in a database using PHP?
Unanswered Questions
How do I perform MS-SQL or ODBC operations on an NT DB server if my PHP is running on UNIX.
How do I connect to an access database using PHP on UNIX?
How do I connect to an Access database with PHP on UNIX without linking to another machine?
May anybody tell me how to get .dbf file structure using PHP functions from php3_dbase?
I want to setup a "context-sensitive" help system in my app using MySQL for the Data. How do I get started creating the functions and variables in PHP
Is it possible to make sure that two queries are executed without the tables being modified (e.g. by another script) in between?
Has anyone here used PHP with a teradata backend on an NCR unix machine? I would like to know how to set up the database connection.
How do I get a new line inside a database field? Should I write <br> in the field where I need the brake?
How do I make a links page that pulls link text and url from a database?
Selct Problems.....$query " Select.....where case.CaseNo like '$CaseNo%' or judge.Initials like '$initials%' and case.aocode=judge.ao_code ???
I need to call a PHP function from a link when it is clicked, like JavaScript:onClick. Possible?
HowTo connect to a Notes Database under Linux/Apache/PHP4
HOW CAN WRITE DEVICE DRIVER PROGRAMES USING C LANGUAGE
Can a request PHP have access to Microsoft Echange data base?
How do I pull data from a VFP db, post to web and make it printable?
Can I query VFP directly, or do I need a seperate SQL?
can i put mysql command in javascript ?
Why does IE sometimes display only PART of a query's results ("can't open site - download failed")?
what is the difference between syabase, oracle, DB2
how will i find the content of the columns when i have a large number of data in the table