Jump to content

php_coder_dvo

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://
  • Yahoo
    squarepants_dvo@yahoo.com

Profile Information

  • Gender
    Not Telling
  • Location
    Philippines

php_coder_dvo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. crawl the site :-) by using I/O functions in php and some socket functions..
  2. [code] for($i = 1; $i<=5; $i++){ //do something here; } [/code] then create an algorithm that will compute of the 1 to 5 view is page 1, 6 to 10 is page 2 and so forth..
  3. use SESSION variable or COOKIES... and test if its equal to client side, then you can play on that...
  4. [quote author=jana link=topic=110938.msg449643#msg449643 date=1160456306] can i integrate crystal reports with php and mysql? [/quote] No.... I dont think so, why not format your page in a descent view...
  5. why you dont use javascript for validating..
  6. are you trying to run that script on youre local computer or on live server?
  7. put that thing in array, and then in filter search that value in array. if it exists continue, if not exit...
  8. last_page = total_page / view_per_page use ceil function to get the value as a whole number.
  9. use "include" exsample : include("name_of_the_external_page.php");
  10. Ok, I understand, Thank You very Much Guys, GOD BLESS....
  11. the file is not on the same place, the php script was ont the linux, and that script can browse a csv file, assuming that the file was on the windows
  12. yes the file does exist, you see i created a script to browse file particularly csv, and when the user select a csv file on the windows platform, the script or the fopen function cannot read the file... my php script was on the linux server... cause i assume that the user wants to browse csv on the windows.. tnx for the reply, and help..
  13. can anyone help me, why i cannot open a file particularly CVS file. here it goes, I create a scipt to open a csv file and import it to the database. Using the html input type="file" to brows a csv file. I tried it on the windows (winxp) the script works very fine, however when i upload it to my server which is linux. when i browse a csv file, i had an error "[color=red]Warning: fopen(PARTNER_REPORT_USA_.CSV): failed to open stream: No such file or directory in /opt/lampp/htdocs/freshfire.ca/cms_admin/import.php on line 8 Warning: fgetcsv(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/freshfire.ca/cms_admin/import.php on line 10[/color]" and im stuck on this error. tnx guys for your help....
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.