473,538 Members | 2,690 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP Forum

PHP web programming language - Ask questions about php scripting, databases, mysql, templates, PEAR, php functions, PHP-GTK, setup and installation, object oriented programming, classes, files, security, sessions, arrays and more.
0
1,830
thread by: | last post Jul 16 '05 by:
Hello, Does anyone have or know of a script or such that: will allow, via Windows COM commands, me to convert a PowerPoint document to HTML? I have managed to get this to work with WORD and EXCEL! And that fills my heart with joy!
0
1,498
thread by: Chas | last post Jul 16 '05 by: Chas
Can someone help? Looking for direction to create a script that will strip strings that have <<SHELL: data1>> >From this example below ************************************************************* <html> <title><<DB: company_name>></title> <head><head> <body>
0
1,703
thread by: Jerz | last post Jul 16 '05 by: Jerz
Hi, I tried upgrading my version of PHP to 4.3.2 and now all of my pages are returning the following for nearly every variable: Notice: Use of undefined constant sopen - assumed 'sopen' in C:\Program Files\KeyFocus\KFWS\htdocs\obs\index.php on line 4 The 'undefined constant' 'sopen' (which is called by $_SESSION) is obviously an index...
0
6,354
thread by: Allman | last post Jul 16 '05 by: Allman
I need to have the contents of $HTTP_RAW_POST_DATA because of non-regular uploads (from a browser to my home-made WebDAV-server). However, no matter what I do, it is always NULL. I guess the following script should return SOMETHING in $HTTP_RAW_POST DATA if "always_populate_raw_post_data 1" is added to the php.ini file (and yes, I've restarted...
0
1,958
thread by: Magnus Warker | last post Jul 16 '05 by: Magnus Warker
Hi, after searching the web without finding what I'm looking for, I ask for help in this group. I would like to use phplib for authentication and session management. What I need, is a minimal example of how to do the following: - user login and logout, keep track of current user - user administration (new users, ...)
0
1,985
thread by: The Voivod | last post Jul 16 '05 by: The Voivod
I have a couple of requirements I need the output of a webform to be directed to emails based on a choice on the form I need the output to also go to a mysql database I need the time and date to be passed with it. I am currently using a cgi script but it only outputs to a flat file. I was wondering if php was a good way to do this or should...
0
1,953
thread by: Sugapablo | last post Jul 16 '05 by: Sugapablo
I'm wondering if anyone knows of any code out there that someone might be sharing to generate the printing dimensions required for printing bank checks or tax forms such as 1099s? What I'd like to do is to have PHP query a database, grab the information, and then print out to the printer on these forms and checks. I was hoping a lot of...
0
3,852
thread by: Macius The Great | last post Jul 16 '05 by: Macius The Great
Hello I have no idea what is wrong : my script goes : .... $add="/usr/bin/htpasswd -b /var/www/users/users ".$HTTP_GET_VARS." ".$HTTP_GET_VARS; $str=exec($add); .... Script is working witout any problem warnings error messages but line in file users is not added
0
779
thread by: Jaz | last post Jul 16 '05 by: Jaz
I am trying to run phpBB2. I have done what been said in the manual uninstall apache. Then, If MySQL is not already installed, install it now. Get the SOURCE TGZ files for apache and php. (NOT RPM's)!. uninstall and install from scratch mysql works apache works , still having problem viewing php pages my internet explorer it shows the php...
0
1,781
thread by: Dan Langford | last post Jul 16 '05 by: Dan Langford
Hello~ i'm trying to install phpGroupWare on Win2k running IIS 5. I know i should be using Apache, but this is what my current conditions limit me to due to other projects and applications that have to be on IIS. I have been running into problems left and right. Lots of them were fixed with the php.ini fix of register_global = on . i am...
0
1,887
thread by: newbie_mw | last post Jul 16 '05 by: newbie_mw
Hi Ian, Thanks for help! The columns and variables are exactly matched so it shouldn't be the problem. Actually the original html and php files are pretty long. But I guess a more detailed script should help you diagnose the problem. The error message to the below script is: --------------------------------- call someoneDB Error:...
0
1,758
thread by: Keegan Alex | last post Jul 16 '05 by: Keegan Alex
Hi folks... I just installed phpnuke, and it's a great program. One problem is the Splatt forum really stinks. I'd LOVE to replace it with phpBB, but I'm not sure how. Can someone tell me if this is possible? Some of the problems I'm finding with Splatt are it doesn't work well with various themes. Plus, IMO it's not organized looking...
0
2,168
thread by: philippe Tressard | last post Jul 16 '05 by: philippe Tressard
Hi, I've 2 instances of apache 1.3.27 with php 4.2.3 and mysql 3.23.42 running on the same server. The 1st apache listens the port number 80 and communicates with the 1st mysql with the socket /var/mysql/mysql1.sock (i've also defined the port 3306) The 2nd apache listens the port number 8080 and communicates with the 2nd
0
3,005
thread by: Lupin | last post Jul 16 '05 by: Lupin
Hi all, I know that with soap it is possible to transfer a binary file, using the DIME protocol. Has this DIME protocol been implemented in a PHP class that handle SOAP, such as Nusoap or PEAR SOAP? Have you any examples? Thanks in advance.
0
2,020
thread by: David | last post Jul 16 '05 by: David
Can anyone give me some help or tips in converting this code to take 2 variables that will specify the number of Pack type lines and the number of Single type lines. We use it to create a web page that allows us to split a garment delivery over multiple dates and and to specify the number and size of garments in a pack and the number and size of...
0
851
thread by: David | last post Jul 16 '05 by: David
Can anyone give me some help or tips in converting this code to take 2 variables that will specify the number of Pack type lines and the number of Single type lines. We use it to create a web page that allows us to split a garment delivery over multiple dates and and to specify the number and size of garments in a pack and the number and size of...
0
2,154
thread by: Peter K | last post Jul 16 '05 by: Peter K
I have a site where one page consists of several includes. The constant HTTP_MAIN is contained in the constants.php file which is included in the index.php file. A hdr.php file is included in the index.php file. I cannot seem to access HTTP_MAIN from within the hdr.php file. Any ideas? The index.php and the hdr.php reside under different...
0
1,508
thread by: Louis | last post Jul 16 '05 by: Louis
I made a php page and the output from a mysql db is as follows: Author1 Column1 Column2 Author2 Column1 Column2
0
1,673
thread by: svend | last post Jul 16 '05 by: svend
Hey everyone, this is my first messege to this group, so I hope it's fitting. I've been messing with time alot recently, particularly time formatting. During that, I've observed, that when getting a date in RFC 822 format (like: Thu, 21 Dec 2000 16:01:07 +0200), sometimes, the timezone offset will differ. Sometimes, PHP will use +0100...
0
2,401
thread by: david | last post Jul 16 '05 by: david
Sorry, I used ftp_rawlist, not ftp_list. > I used ftp_list and ftp_nlist. Both of them worked when the target is Sun > or Linux machine. However, it didn't work when the destination is VXWorks > (embedded platform). The version of php I am using is 4.3.2. According to > my search on google that problems for ftp_list and ftp_nlist for...
0
1,609
thread by: Peivasteh | last post Jul 16 '05 by: Peivasteh
Hi all Anybody knows how to prevent my SWF file to not be cashed by PHP. Any help or idea greatly will be appreciated. Thanks in advanced Behzad Peivasteh
0
2,947
thread by: BT | last post Jul 16 '05 by: BT
Hi, I am trying to install php-mysql-4.0.6-7.i386.rpm(to get php to work with mysql as suggested for my earlier error). I get the following error for rpm -i php-mysql-4.0.6-7.i386.rpm. Error failed dependecies : libmysqlclient.so.10 is needed is needed by php-mysql-4.0.6-7.
0
3,260
thread by: Dan Foley | last post Jul 16 '05 by: Dan Foley
This script runs fine, but I'd like to know why it's so slow.. Thanks for any help out there on how i can make it faster (it might take up to 5 min to write these 3 export files whith 15 records each!!!) Dan ==================== <style> body, table, tr, td { font-family: 'verdana'; font-size: 12px;
0
2,622
thread by: Daniel | last post Jul 16 '05 by: Daniel
Hi, I want to turn the following: <ref>Name & Name2, 1999</ref> into <a href="index.php?ref=Name + Name2, 1999">Name & Name2, 1999</a>
0
2,055
thread by: Frank Passek | last post Jul 16 '05 by: Frank Passek
Dear all, I've encountered some strange behaviour with PHP (4.3.2) using the CLI-API. When I provide an option in the first line of my script like so: #!/usr/bin/php -c /path_to_my_ini_file and call the script from the (bash-)commandline, PHP seems to ignore this setting. Calling the script with: php -c /path_to_my_ini_file myscript.php

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.