Jump to content

jamiguel77

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Everything posted by jamiguel77

  1. hi all how to create a PDF from a HTML table, i have the master and detail data and i want generate a PDF howto? the all html code is generated with php. not know if is the rigth place for this question. thanks
  2. hi friend... how point httpd.conf get/work the c:\php\php.ini thanks
  3. ahhh yes i remember.... i installed Zend, checking phpinfo() i see: Loaded Configuration File C:\Program Files\Zend\Core\etc\php.ini and in httpd.conf i have these lines: #LoadModule php5_module c:/php/php5apache2_2.dll and all words related to zend: LoadModule zend_enabler_module "C:/Program Files/Zend/Core/modules/apache2.2/zend_fcgi.dll" FastCgiConfig "C:/Program Files/Zend/Core/etc/fastcgi.conf" <Location /ZendCore> Order deny,allow Allow from all </Location> Alias /ZendCore "C:/Program Files/Zend/Core/GUI" then my apache not know: c:/php/php.ini right? which need modify for point to c:/php/php.ini is possible my zend program continue working? thanks
  4. i stoped apache renamed: c:\php to c:\php.bak unziped the php5.2.5 into c:\php renamed: php.ini-recommended to php,ini started apache opened the phpinfo() webpage and continue the version 5.2.3 why? how apply the new php version? thanks
  5. ok, can you show me wich steps, for install the new version? i downloaded: http://mx.php.net/get/php-5.2.5-Win32.zip/from/a/mirror now? empty the c:\php dir unzip here the new version restart apache and... work? thanks
  6. i use version: PHP Version 5.2.3 i do the phpinfo() webpage and try looking "cale" Ctrl+F only found: Configure Command cscript /nologo configure.js "--enable-prefix=C:\cygwin\tmp\build.core-php-nts-5.2.3.3580\core-php-nts-5.2.3\php-5.2.3\.." "--enable-memory-limit" "--with-openssl=C:\cygwin\tmp\build.core-php-nts-5.2.3.3580\core-php-nts-5.2.3\php-5.2.3\.." "--with-extra-includes=C:\cygwin\tmp\build.core-php-nts-5.2.3.3580\core-php-nts-5.2.3\php-5.2.3\..\usr\include" "--with-extra-libs=C:\cygwin\tmp\build.core-php-nts-5.2.3.3580\core-php-nts-5.2.3\php-5.2.3\..\usr\lib" "--disable-ipv6" "--disable-bcmath" "--disable-calendar" "--disable-ftp" "--without-gd" "--disable-odbc" "--without-sqlite" "--disable-tokenizer" "--with-libxml" "--with-iconv" "--disable-force-cgi-redirect" "--enable-fastcgi" "--enable-cli-win32" "--enable-pdo" "--disable-zts" "--disable-xmlwriter" aum i have downloaded the php so so about 1-2 years.... thanks
  7. also i aded: extension=calendar.dll restarted my apache web server and wont work in acces.log say: PHP Fatal error: Call to undefined function cal_days_in_month() in C:\ProgramInstall\Apache Software Foundation\Apache2.2\Apache2.2\htdocs\calphpSinBD\calendar.php on line 19 127.0.0.1 - - [03/Jan/2008:22:35:23 -0700] "GET /calphpSinBD/calendar.php HTTP/1.1" 200 - remember calendar.dll not exist in my windows box.... thanks
  8. thorme yes i know! but into c:\php\php.ini havent a word: calendar.dll none for uncoment understand me? here my php.ini i open php.ini with notepad.exe and search: calendar, not found! thanks
  9. note i use apache amd php PHP Version 5.2.3 i try search in c:\php\php.ini the calendar.dll and havent... cant uncomment it thanks C:\>dir calendar.dll /s Volume in drive C has no label. Volume Serial Number is 5A0A-0BB5 File Not Found C:\> other way?
  10. hi all how activate the calendar in php on windows i read: http://mx2.php.net/calendar and say: The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions. but when i try work with: $date=time(); $day=date('d',$date); $month=date('m',$date); $year=date('Y',$date); $days_in_month=cal_days_in_month(0,$month, $year); 127.0.0.1 - - [24/Dec/2007:08:07:30 -0700] "GET /calphpSinBd/calendar.php HTTP/1.1" 200 - PHP Fatal error: Call to undefined function cal_days_in_month() in C:\ProgramInstall\Apache Software Foundation\Apache2.2\Apache2.2\htdocs\calphpSinBD\calendar.php on line 19 of course the line 19 is:
×
×
  • 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.