Forum: PHP Jun 2nd, 2008 |
| Replies: 3 Views: 2,619 first terminate the process using the process_terminate function after close the process using the process_close even u can get the exit code of the process |
Forum: PHP Jun 2nd, 2008 |
| Replies: 10 Views: 1,115 write the query like this
$sql = "SELECT user_id,user_password
FROM tbl_auth_user
WHERE user_id = '".$userId."' AND user_password = PASSWORD('".$password."')"; |
Forum: PHP May 29th, 2008 |
| Replies: 16 Views: 2,592 then what you are really expecting
more than this |
Forum: PHP May 29th, 2008 |
| Replies: 1 Views: 1,062 use streaming techniques, and then get it and convert to your required format |
Forum: PHP May 29th, 2008 |
| Replies: 4 Views: 1,493 hi
a pritaeas says it can be done by using javascript only, through javascript you make an object by id of the iframe, so that you can get the dimensions of the iframe.
then you can send a value... |
Forum: PHP May 29th, 2008 |
| Replies: 16 Views: 2,592 defenetly you have to secure the data while you accessing the database through queries
better you make ssl on while you accessing the database, and also just use a random textfield as a hidden... |
Forum: PHP May 27th, 2008 |
| Replies: 7 Views: 1,478 Actually the problem here is your PHP script doesn't allows you to upload more than 2MB file. if the size exceeds over 2MB it will not get uploaded.
if you want to show error regarding file size... |
Forum: PHP May 27th, 2008 |
| Replies: 11 Views: 5,340 |
Forum: PHP May 27th, 2008 |
| Replies: 3 Views: 828 i suggest that
you have to code it using AJAX and use javascript settimeout functions |
Forum: PHP May 27th, 2008 |
| Replies: 25 Views: 1,840 Actually in your code you have to put $offset instead of $start in your query
check once |
Forum: PHP May 22nd, 2008 |
| Replies: 10 Views: 1,576 hi Mr. ctoz
It is only possible if you can implement AJAX.
if any problem in implementing ajax or if you want any idea just give me a mesg i will help you |
Forum: PHP May 22nd, 2008 |
| Replies: 2 Views: 406 hi vietnow,
just remove single quotes around $username and $password.
other wise replace single quotes with " and followed by a .
both are fine |
Forum: PHP May 22nd, 2008 |
| Replies: 2 Views: 691 Hi friendz,
Currently i am developing a site the client doesn't requires an payment getway to
integrate here.
Is it possible to do the credit card processing without payment gateway. If so... |