Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~2K People Reached
Favorite Forums

12 Posted Topics

Member Avatar for hivenk

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 can you please help me how to do it. thank you for your help

Member Avatar for CreditCardBiz
0
125
Member Avatar for Suhacini

Actually in your code you have to put $offset instead of $start in your query check once

Member Avatar for Suhacini
0
228
Member Avatar for Member #313863

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

Member Avatar for helraizer
0
144
Member Avatar for servis

write the query like this [code=PHP]$sql = "SELECT user_id,user_password FROM tbl_auth_user WHERE user_id = '".$userId."' AND user_password = PASSWORD('".$password."')";[/code]

Member Avatar for nav33n
0
135
Member Avatar for ryy705

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 value in the post and you check it for authorization whether it is coming from fine …

Member Avatar for djnzak
0
493
Member Avatar for shabi_sam

use streaming techniques, and then get it and convert to your required format

Member Avatar for hivenk
0
49
Member Avatar for nizuya

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 for test to which size you want resize you frame, so …

Member Avatar for hivenk
0
112
Member Avatar for antwan1986

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 just use $_FILES['userfile']['err']. if($_FILES['userfile']['err']==2) then it means the file size get exceeded.

Member Avatar for tanha
0
320
Member Avatar for bintang
Member Avatar for samarudge
0
163
Member Avatar for scottjk
Member Avatar for ctoz

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

Member Avatar for hivenk
0
122
Member Avatar for mahase

hi vietnow, just remove single quotes around $username and $password. other wise replace single quotes with " and followed by a . both are fine

Member Avatar for hivenk
0
87

The End.