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 #37.0K
~655 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Member #808112

hi suppos $path="images/test.jpg"; when you are using file_exists $path and it returns true and you are using <img src='.$path it not show or when you are using file_exists return true but when you are try to include same file error no file apeared note: try to use file exist by …

Member Avatar for vibhaJ
0
145
Member Avatar for Awah Mohamed

1.sql command select*from >> select * from 2. while($rows=mysql_fetch_array("$result")) >> while($rows=mysql_fetch_array($result)) 3. you forget close end for while try to use <?php } ?> andtheend of html tags.

Member Avatar for Shanti C
0
129
Member Avatar for magunkey

1.try to use <form action='post.php' onsubmit='java_verify_form()' to first verify by java functionandthen posttophp try <script>function java_verify_form(){ if(document.getelementbyid("email").value==""){ return false; alert("yor email......"); ....("email").focus(); } } if your hostingnot allow you to use mail function try todownload smtp class from php classessites. check values in php by if(isset($_POST['email'])){ use editor php_expert editor …

Member Avatar for boorsekala
0
127
Member Avatar for shivaniaroraji

use [$p] not ['$p'] or use /upload and make some folders by month in each year by function mkdir same uploads/2010/8/18/logo.jpg 2.use insert into history inside of if move_uploaded 3.try sql insert into history(field1,field2,fiels3) VALUES('".$val1."','".$val2"' ............. 4.test uploaded file by file exists befor creat log in history make sure file …

Member Avatar for boorsekala
0
103
Member Avatar for BlueCharge

use select COUNT(...)AS referals_num from ...... is better than num_rows and use one sql command instead of tow same discint or select count()AS ..... GROUP BY if your page is loaded more in one day try to cach result to another table and run file cacher every 5min by cronjob …

Member Avatar for boorsekala
0
151

The End.