PHP
Please post all PHP help and support topics here.
284 topics in this forum
-
i have uniform serve up and running on my pc, but i just bought a laptop and cant get uniform server to work it give me a page cannot be found error i guess its cuz disk W is not even created... any help would be greatfull since the only reason i bought the laptop was to program on it
-
- 1 reply
- 3.6k views
-
-
Hi, I'm using uniserver to develop my website on my local machine so I don't have to keep uploading files to my remote server to test everything. I don't have access to the remote server's setup so to change some of the settings (in particular auto_prepend_file and auto_append_file) I created my own php.ini and put it in the base directory of the server where my index.php is. This works great on the remote server but on my uniserver setup, the php.ini file seems to be completely ignored no matter where I put it (I would expect it to work if it was in the www folder?) If I modify the main php.ini and restart uniserver then it works but that isn't much help because it b…
-
- 3 replies
- 6.2k views
-
-
I am trying to install PHPBB Fully Modded forum system on our network's intranet but I keep running into this issue... Forbidden You don't have permission to access /forum1994/ on this server. Apache/2.0.55 (Win32) DAV/2 PHP/5.1.1 Server at localhost Port 80 I've checked all the relevant permissons and everything seems fine. I've tried the normal version of PHPBB and a couple other forum software such as Invision, and they all work fine, but I can't seem to figure out why this one keeps giving me no permissons. If you can help me - it'll be greatly appreciated.
-
- 3 replies
- 7.9k views
-
-
hey there, Well i have a website which has a contact form with PHP and i need somehow to set up a email address which the contact form sends its comments to, im running the server locally on this PC though 'the uniform server'. i am a complete noobie when it comes to setting up things like this using mysql, and what not. can anyone help solve my problem? i keep reading something about a "hmailserver"? thx in advance for any help on the subject! Erik
-
- 2 replies
- 5.1k views
-
-
anyone have any ideas about rebuilding PHP with LDAP support. I've just very quickly glanced at the following site about integrating active directory and PHP: http://www.developer.com/lang/php/article.php/3100951 and I would like to give it a go but am unsure how to rebuild PHP. just a quick basic tutorial will do fine. Is it as simple as running the exe with the correct parameters? if so I am sorted.
-
- 16 replies
- 15k views
-
-
Well heres the thing, im not sure why this isnt wokign as it seems fine, adn works on other servers, maybe somehtings happedned in apache.. heres the code im trying to work: (index.php) <?php switch($load){ case"": echo"Index"; break; case"about": echo"About my Sexy ass."; break; default; echo"page not found loser"; break; } ?> Pointing your browser to index.php?load=about I still get "index" echoed, and i keep trying arraangements of this code, and there is no reason why it shuld work, It used to work fine.. Any ideas why this isnt working? And i have tryed different directorys and fiddleign the code..
-
- 2 replies
- 5.3k views
-
-
Hello Sessions arent working accross my php pages, the session is started and works on a single page, it is writing the session file in /tmp. any idea how i can get it working thanks
-
- 1 reply
- 4.9k views
-
-
Hi, I would like to have the cd autostart the uniform server and open the home page in their default browser. Is this possible? Can you show me where I could find the code to do that? Thanks. Kris
-
- 3 replies
- 5.4k views
-
-
I am trying to revamp an old site. It is flash based. Somehow, I dont remember, flash passes varables to the php script. My old code is nolonger working when moved to uniform server.. Is there any server settiings that would prevent this from working? Flash calles: loadVariables("http://www.whatever.com/ebook/matchsnb.php", this, "GET"); Flash is reading varrables back with no problem, but I do not seem to be able to read anything from flash. Further, I tried to pass a varable on the url www.whatever.com/test.php?hello=hello%20world The php script did not echo back the varable. I need help please!
-
- 2 replies
- 4.7k views
-
-
Hi, saw the blurb that Uniform will run on any windows platform? Does that include Windows Mobile? I am looking to be able to run PHP CLI scripts on a pocket PC and wondering if this might help? Thanks.
-
- 2 replies
- 12.5k views
-
-
Hi, Facts ==== - I'm using WinXP. - I've downloaded and unzipped UniServer 3.2a. (d:\server\uniserver\) - Using the adminstration interface, I launched the go-pear script. - I've chosen not to installed the additional package and - I've accepted the default installation parameters. - Everything's fine (100% done) but the warning message: "Warning: Go-PEAR was not able to determine the URL to the newly installed Web Frontend of the PEAR Installer. Please access it manually. Since you specified the prefix, you should know how to do so." - I've checked the include_path variable in php.ini : it contains the path to PEAR. Objective ======= - I wish to launc…
-
- 4 replies
- 9.2k views
-
-
Does html tidyl also existst as a plugin ? edit* neverfmind found the dll http://pecl4win.php.net/ext.php/php_tidy.dll
-
- 2 replies
- 5.8k views
-
-
Is there a possibility to have a selectable PHP5 / PHP4 to be run on Uniform Server? Most web host still use PHP4 so it will be better to have offline testing on the same environment as the Live Site.
-
- 3 replies
- 5.3k views
-
-
I just installed the new 3.3 uniform server that solved that problem, please delete this!
-
- 1 reply
- 7.2k views
-
-
Hi, I love the idea of UniServer, and it seems like it should be easy to use and such. I was hoping to use it for testing my php files before uploading them to my webserver, but it doesnt seem to work. After opening start.bat (turning the server on) everytime I try to open a .php file (using Internet Explorer) it does absolutely nothing. I can double click the .php file a hundred times and not a single Internet Explorer window will open. More so, when I attempt to navagate to a local .php page from an html, instead of loading the php page as it should, it asks me if I want to save the .php to my computer or open it immediately (the typical response if you are downl…
-
- 10 replies
- 9.9k views
-
-
I would like to use a T1LIB with UniServer. I know that You tried to keep server as small as possible, but how to alter the package in order to use this library? Is there any extesion .dll missing?
-
- 8 replies
- 7.5k views
-
-
Great program. Php seems to have problems with dates prior to 1970 when running under Windows. Php version 5.1 has had the date functions rewritten, resolving the problem. Does anyone know how to upgrade php in uniformserver to php 5.1? Thank you.
-
- 4 replies
- 5.6k views
-
-
I'm getting an error saying the IfNull function is undefined in my sql statement (need to put in an empty string for nulls). The function runs from the adodb.inc.php file. My best guess right now is that for some reason the ADODB drivers are not loading. I've confirmed they are referenced in the php.ini files and that the .php extension is referenced in the httpd.conf file. I loaded all the adodb files into the PHP folder. I'm hoping this is just a simple mapping issue. I'm loading it at the top of the file as - include_once('C:\CPSv3\UniServer3_2a\diskw\usr\local\Php\adodb.inc.php'); (I also tried it with the path as - 'W:\usr\local\Php\adodb.inc.php'. Both ver…
-
- 1 reply
- 5.3k views
-
-
Hi, I have Uniform Server 3.2 with PHP4 plug-in installed. My hosting server have ImageMagick 5.5.7 and I need to have this in my Uniform's PHP, for test web apps before run these in my hosting server. Please, how I can add this? Thank you, in advance!
-
- 2 replies
- 6.9k views
-
-
I have a small photoblog that will send a short text or html e-mail when a comment is posted. It's similar to the e-mails that are sent when you enable the email notification in a post on this forum. Trying to enable the sendmail function - I've searched the forum for a specific answer, but was unable to get the specifics to enable the sendmail function. I did locate info on setting up SMTP mail, but my need is more simplistic. I located the "sendmail_from = me@localhost.com" and the ";sendmail_path =" in the php configuration file, but not sure what to set the parameter to. Also searched on the www.php.net site, and noticed that the file path is typically usr\lib\s…
-
- 10 replies
- 13.2k views
-
-
Good Evening; Forgive me if this has been covered, I have been unable to find any information about this problem. I have a Mambo site running on a Bluehost.com hosted site without any issues. I have setup a local Uniform Server (3.2a) on my Windows 2000 SP4 machine. I copied the files from the Bluehost service, backed up the database and set it up on the local Uniform Server. I'm running Mambo 4.5.2. Everything seems to work fine, I can browse the site, create new documents, edit documents, etc. Where I'm running into problems is if I goto the Site Template manager or Admin Template manager in Mambo. I get a message "Parse error: syntax error, une…
-
- 1 reply
- 4.6k views
-
-
I come across this problem after i installed a forum script. Usually when you upload those script files or upload them onto a server. The .php files should be rearranged in proper manner instead of compacted lines. But for my case when i put in the files into the WWW folder, what happen is that when i try to edit any .php files, it doesnt appear nicely as its break up commands. Instead it appear like all in one compacted line or paragraphs. Can anyone tell me why is this happening. Is there any configurations i need to do in order to make the .php files more easily readable??
-
- 9 replies
- 7.9k views
-
-
Hi im getting this mesage i guess its caus php is not full?? i dont know, could it be that i need to teach php the exif_read??
-
- 3 replies
- 6.1k views
-
-
Hi, I'm trying to port my website to a local apache on my laptop to be able to develop without an internet connection. So far it works with MySQL and the downgrade to PHP 4.3.11. The issue now is to get the php_gettext.dll module running under Uniserver. It's not included in the PHP 4.3.11 plugin and when I try to use the official build from php.net I end up in a lot of error messages. Is there a way to use the official php 4.4.0 version with Uniserver? What is this php4apache2.dll thing? It's not existing in the php.net build. Thanks for your help and of course for the fantastic work to provide Uniserver. Cheers, Mac
-
- 3 replies
- 5.6k views
-
-
Hi, My project require: 1. MySQL 4.1.0 2. PHP 4.3.2 (or hogher but lower then 5) 3. phpMyAdmin-2.6.1 or higher I couldn't find a uniform version that combine those 3. It is either installing Uniform Server 3.2 and downgrading the php or installing Uniform Server 3.1 and upgrading MySql & phpMyAdmin. How do I do that? thanks.
-
- 1 reply
- 5.1k views
-