Jump to content

stdq

New Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by stdq

  1. Nevermind, achieved that using eval. Thanks again!
  2. Hi, everyone. So, suppose I have a variable holding a string, like $var = ln(x); I wanna be able to numerically integrate that string - I wanna be able to, inside a for statement, calculate ln(x) for some values of x. How do I make PHP understand the value of the string as a statement? Thanks in advance!
  3. Hello, everyone. In PHP 5.2.17, in the file php.ini, and regarding the error_reporting setting, what does it mean to use the following? error_reporting = E_ALL | E_STRICT Thanks in advance!
  4. I've already understood it! The source code from the web browser doesn't have the PHP section. Thanks again!
  5. Hello, everyone! I am trying to execute a simple PHP script locally, and when I open it with the localhost address on my browser, the message in the code is displayed correclty, but the PHP section remains the same; was it supposed to be automatically changed? Thanks in advance!
  6. Hello, everyone. I would like to manually install PHP 5.2.17, VC6, x86, on Windows XP, to be used with MySQL and Apache. How should I perform the installation? Also, should I use the Thread Safe or Non Thread Safe .zip file? I already successfully installed Apache HTTP Server 2.2, and I will be developing locally. Thanks in advance!
×
×
  • 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.