Jump to content

rotto

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rotto's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi there, What is the best free PHP issue/bug tracking software to use, or what do you guys use? Thanks
  2. Hi, Im looking for a module for Drupal to run a competition on my site. I could not find any on the Drupal site. Anyone know where I can get one or any other ideas? Thanks
  3. What is the best free visual database design tool to use? thanks
  4. I dont think $id should be in '' tags because it is an integer not a string. (It should be "WHERE id = $id" not "WHERE id = '$id'" )
  5. There is a comma "," after "comments" in your sql query that is giving the error. Remove it and try again.
  6. Hi, I'm looking for a PHP framework to use on a IIS webserver. Most frameworks seems to only work on Apache. What frameworks would you recommend ?? CakePHP looks nice, but it needs mod_rewrite, is it possible to use it without mod_rewrite ? Thanks
  7. Hi, What is the procedures to upgrade a MySQL 4.1.11 database to MySQL 5 ? Any help will be appreciated, Thanks
  8. Hi there, I looking for a way to take an existing pdf file and find and replace some text in it, end then send the pdf file to the user? All the current pdf classes seems to be able to create pdf files, but not search and replace text in it. Any help would be appreciated. Thanks Rehan
  9. Thanks, sorry I didnt specify, its on a Windows server. Do I just copy aswell?
  10. Hi, I would just like to know how should I go about to upgrade from php 5.x to 5.2.0 ? Any info will be much appreciated. Thanks
  11. rotto

    PHP Blog

    Hi, Im looking for a php blog community where I can start a php blog. Any suggestions? Thanks
  12. No, what I meen is when you look at phpinfo() there are two values for every setting, a local value and master value. Now, I have set my include_path in my php.ini file to "c:\php\pear", but in my phpinfo() on the local value it still says just "." and i didint specify "." anywhere. But on the master value in phpinfo() it says "c:\php\pear" But when I run any script without the set_include_path() it only picks up the "." and not the "c:\php\pear" in the php.ini So somewhere something is not right???
  13. Hi I have a problem with the include_path setting in php. In my php.ini file my include_path is set to "c:\php\pear". When i do a phpinfo() the master value of include_path is "c:\php\pear", but my local value is just "." When i run a script it picks up the "." and not "c:\php\pear". What am I doing wrong?? Thanks
×
×
  • 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.