Live chat: saving directly in database or text file?
I'm going to use AJAX/comet to create a chat. And I want to store the chat conversation. Every keypress will trigger an ...
Latest news, tutorials, and updates from the PHP community
8483 articles available
I'm going to use AJAX/comet to create a chat. And I want to store the chat conversation. Every keypress will trigger an ...
I am trying to write data from form inputs to a text file using PHP. The file seems to load correctly, but does not writ...
What's the best practise to store IP's with PHP in MySQL database? There's a function called ip2long - but this is just ...
I am working on a site at the moment, and there is a concentrated focus on efficiency and speed in loading, processing a...
So I've been doing some digging around and I've been trying to piece together a function that generates a valid v4 UUID ...
I'd like to format a datetime entry stored in a SQL db in a friendly format. I'm just returning a simple query as a row(...
PHP has an `intval()` function that will convert a string to an integer. However I want to check that the string is an i...
We have a setup a product management system where the head of the product development can upload pictures of products an...
A lot of Open Source packages I've worked with use the MVC model and as a result I've done a lot of research recently in...
I have id column names with the second part of table name plus "_id". For example `admins_id` is in the `omc_admins` tab...
I open a 10MB+ XML file several times in my script in different functions: [Code Block] 1) Is the above the old style of...
i am using iframe to render my app from my server. the problem is once i click on a link in my app, i am being redirecte...
Showing 8329 to 8340 of 8483 articles