Knowledge Base Contributions
Below is a list of the knowledge base entries that Joshua Ariizumi has contributed to:
- Why does mysql_fetch_array return a Resource instead of an Array?
- Is there some PHP code that takes the output of one file, and placing it in another?
- How would I install PHP on an ISP's Windows 2000 server without access to the GUI or Registry? Is there a directory-specific config file?
- Do double-byte character sets (e.g., Chinese, Japanese, etc.) work with PHP? When connected to a mySQL server? Will the double-byte be retained? How?
Can't manipulate chinese character using php and oracle8i,the query returend is all '??'
- How do I lock and unlock tables using PHP and MySQL?
- I can't upload to my database via php. My script appears to go thought alright, and I can echo the variables, but when I check the db, the info is not there. I can, however, get data from the db. I'm using root, so my permissions are ok.
- What does the error 'Warning: 1 is not a valid MySQL-Link resource' mean?