PHP FTP Can't upload Big FIles
Anyone had any success using FTP to upload a file say 90m?
im using ftp_put and it returns fa
Comparing Values
Hi
I'm reading data from a database and this seems to work OK.
Each system has an associat
Text to picture Generator
Hello, i have found this script and it works really good^^ But i have one problem, i would like to c
php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
disabling a button server-side then re-enabling client-side breaks button postback
I have a tabbed container and a button (not in the container) on a page. If the first tab is selecte
socket communication between c++/java and sending image
hi,
i have a class in c++ called win32_sockserver which creates socket to java. i am trying
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
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
breaking a text file into paragraphs based on strings
I have a text file of email addresses that is all squished together. It looks like this:
abc
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5