No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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 …
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.
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 …
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 …
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 …
The End.
boorsekala