473,799 Members | 2,935 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.
3
1,986
thread by: kamlai | last post Oct 12 '05 by: rich
I'm using PHP + apache2 in Linux platform. I found that the upload_max_filesize has only 2M. I want to increase this limit but I don't know where can I set it. I'm using Linux so I don't have php.ini file. Please help. Thanks.
1
3,797
thread by: Zeff | last post Oct 12 '05 by: Zeff
Dear all, I have Typo3 (CMS) running on php4.3.11/apache2.0.54 (Windows 2003 platform). I need PHP LDAP support for importing user accounts from AD (on the Windows 2003 DC). Does someone know how to enable ldap support on this running system, without having to re-install PHP -with ldap support? Many thanks,
4
3,729
thread by: Patrick Masson | last post Oct 12 '05 by: Gordon Burditt
Hello, Our configuration : Apache 2.0.53 PHP 5.0.4 PC Windows 2000 MATLAB 6.1 We work on a consulting project in France which involves MATLAB Web server,
0
1,489
thread by: system7designs | last post Oct 12 '05 by: system7designs
I am trying to set up a form where users upload zips, the zip is extracted into their specific user directory and then the zip file is deleted (These photos are then displayed on their userpage) The problem occurs when someone zips a folder and/or uses mac osx to create the zip. The resource forks (files that begin with ._) get treated as...
2
1,464
thread by: peter | last post Oct 12 '05 by: peter
I have been unsuccessful turning register_globals off. I've tried several ideas. I'm thinking it may not be possible with my hosting company. If I initialize all variables, using $_POST, does that make my script relatively secure? Thanks, Peter
7
1,713
thread by: Malcolm Wright | last post Oct 12 '05 by: Malcolm Wright
Although I've been programming for over 30 years I am new to web development. As an introduction I've been using a book "PHP and MYSQL Web Development" by Luke Welling and Laura Thomson. I've set up an Apache Server v1.3.31. I've also installed MySQL V5.0.13 and PHP v 5.0.5. I've gone through the installations several times. I'm reasonably...
9
1,569
thread by: Michael Jack | last post Oct 12 '05 by: Erwin Moller
Hi, in the program below, what is the meaning/use of the question mark (?gcd) and the colon (:$a) after the return statement? Any explanation will be appreciated. <? $x=32; $y=80; function gcd($a, $b)
3
1,257
thread by: James | last post Oct 12 '05 by: Malcolm Wright
Ok, PHP starts beautifully now. But MySQL is another story. When I restart Apache I get the following error message, which I copied from the Apache error log: jrApache JRun 4.0 (Build 91015) Apache 2 module - Jan 6 2005 15:25:33 PHP Warning: PHP Startup: Unable to load dynamic library 'c:/php/ext/php_mysql.dll' - The specified module...
4
372
thread by: Zoe Brown | last post Oct 12 '05 by: Zoe Brown
Hello I am new to php but have done lots of asp and .net. How do I do redirect a page to a new page in php ??? I am trying to use <?php
0
1,415
thread by: ehsan.akhgari | last post Oct 12 '05 by: ehsan.akhgari
Hi all, I'm looking for an open source PHP to C convertor program, whose output can be compiled using gcc. What I've been able to find is BinaryPHPZend <http://binaryphp.sourceforge.net/wakka.php?wakka=BinaryPHPZend> which does not seem to offer any place to download the project from, and John Coggshall's PASM...
0
2,158
thread by: 356523600 | last post Oct 12 '05 by: 356523600
HTML To PHP Converter 4.2.1.8 Free download Get more for less ... HTML To PHP Converter 4.2.1.8 Get more for less! With a new version of HTML To PHP Converter 4, we've dropped the price and given you more! www.soft30.com/softdown-160-4268.htm - 33k - 10 Oct 2005 - Cached - Similar pages PHP Editor 2.22 - Soft.com PHP Editor 2.22. ... The...
9
9,827
thread by: AlanFoust | last post Oct 12 '05 by: SynReaper
The following PHP code snippet works in Firefox and Opera but NOT Internet Explorer (I'm using IE v 6.0.2xxx) $url = "http://www.theredirectsite.com/testpage.php?IDa=162&IDb=19909#AT2"; header("Location: " . $url); /* Redirect browser */ exit; The Anchor Tag: "#AT2" generates a 505 error in Explorer. When the
2
1,236
thread by: CountDraculla | last post Oct 12 '05 by: CountDraculla
Hi all, I just upload my "PDF Protector" pplication online for demonstrating its usability. It can protect any PDF file with the following features 1. Password to Open the document 2. Password to Modify the document 3. Prevent from Printing 4. Prevent from Modifying 5. Prevent from copying text/image inside the PDF file. 6. Stamping...
3
1,406
thread by: James | last post Oct 12 '05 by: James
I'm trying to set up PHP on my home PC, which runs XP-Home. I already have Apache 2.0.54 running. I was going line-by-line through the install.txt instruction file that came with the download of PHP 5.0.4. THe process seemed to be going along well until I got to the following: >>> Windows NT/200x/XP and IIS 4 or newer PHP may be installed...
1
1,497
thread by: vad_julien | last post Oct 12 '05 by: Mike Willbanks
Hi, i am trying to make a eazy web editor for a project so the owner of the web site can modified every pages text. It seem to work well by Editing text in word ans sliding it to a rich text editor. ( unsing a saving button sending texte converted in hmtl in a mysql db) The problem is, when i slide texts from Word, it do not insert the...
1
1,606
thread by: compac | last post Oct 11 '05 by: windandwaves
I have not found a useful forum for phpMyChat, so have tried to fill the gap. Please check it out here. Please remember that every forum has to start with the first post. Be a saint and make the second post.... Thanks - Rhys
3
2,364
thread by: joes | last post Oct 11 '05 by: joes
Hello I am looking for a full example how I can achieve an http output filtering with php on an apache 2 server. I found some hints that the apache server supports to isntall and conifugrate such filters http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addoutputfilter But I didn't found an example which is related to PHP. I like to...
1
1,406
thread by: Steve | last post Oct 11 '05 by: Oli Filth
Hi, I am new to XML and PHP and have a question that I hope someone could answer. Some background on my problem. I am receiving an XML message over TCP/IP and need to access data within the tags of the message. Message example:
1
1,244
thread by: Samman | last post Oct 11 '05 by: windandwaves
I have a table that contains 6 fields of integers. The table currently has 80 records. I would like to find out the five or six most common numbers in the entire table (all fields, all records). Is this something I could do with a query, or would I be better off approaching this programmatically (PHP)? Thanks. --
3
1,913
thread by: Kevin | last post Oct 11 '05 by: Kevin
Does anyone know if it is possible to configure PHPMailer so that instead of actually sending the message it writes its contents out to a file (i.e., including all the message headers, boundaries, etc.)? Thanks, Kevin
4
2,225
thread by: Ben | last post Oct 11 '05 by: Ben
Does anyone have any experience using the TrueType bytecode interpreter to display fonts in PHP under Windows? I'm running Windows XP, PHP 4.3.11, GD 2.0.28 with FreeType enabled. It all works fine, but it's using the FreeType anti-aliased hinting rather than the clear Windows non-antialiased (bytecode interpreter?) hinting. I'm looking...
0
3,045
thread by: Chuck Anderson | last post Oct 11 '05 by: Chuck Anderson
I am writing a Php script to run on my home PC (Windows) that downloads an Apache access log file and inserts new entries into a database.. The only way I can access these log files is through a cPanel URL that delivers a gzipped copy of the log file with all entires for the current month (up to the current date and time). I want to run...
1
1,515
thread by: PaowZ | last post Oct 11 '05 by: PaowZ
Hi there! I encounter some troubles using $_SESSION, since I use a popup window in my php code. I mean, $_SESSION contains a certain value, when I click to get popup window opened, $_SESSION value has changed, without being reaffected explicitly... I'm still searching... any idea?? thanks...
2
1,301
thread by: Thierry | last post Oct 11 '05 by: Thierry
Hello. Is there any way to redirect the standard out to some variable ? I meen, instead of seending the result to the browser, send it to a variable. Thx, Titi.
2
1,324
thread by: www.douglassdavis.com | last post Oct 11 '05 by: www.douglassdavis.com
For example, if I put this code in a file called globaltest.php: $new_var="This is a string"; class TestClass { function __construct() { global $new_var;

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.