Creating a db with a query
Hello everyone.
I'm having troubles creating a db with a query.
I'm reading a book called PHP
Multithreading in Oracle (Java, SQLJ, Pro*C,??) on 10g
I am investigating how to run a Java stored procedure in multithread mode.
I know that if I chang
Session variable help
I'm having a very troubling issue. Maybe I'm just looking over something but I have looked at the co
Sub-domains & calling unique content
Hello,
Is there a way use something similar to the $_GET function for a sub-domain? I to be a
Streaming local file from PHP while it’s been written to by a CURL process
I am creating a simple Proxy server for my website. Why I am not using mod_proxy and mod_cache is a
Creating web pages by php
Hello again,
I was just wondering us there a way to use a php script to create a new web page. I
Multi language - seo links
Im trying to figure out the best method to have a multi language website that will function with seo
Call to undefined function mysql_fetch_accoc()
New to php/mysql coding. What's wrong with this sequence, or am I
just not seeing to obvious?
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)