hello list,
i am running phpnuke on my server which is compiled with options
--with-mysql --with-apxs. now again i need to provide WAP for our email
check which needed imap extension support for php.
ftp://ftp.cac.washington.edu/imap/ here is the link for imap extensions
for php but i am con
Radi Shourbaji wrote:
Hello All! I'm struggling to get phpMyAdmin working correctly on a new
installation of Fedora FC1. Despite my best efforts, phpMyAdmin keeps
running into problems resolving included files. I'm sure that it has
something to do with the settings in Apache / php.ini / .htacc
Hello All! I'm struggling to get phpMyAdmin working correctly on a new
installation of Fedora FC1. Despite my best efforts, phpMyAdmin keeps
running into problems resolving included files. I'm sure that it has
something to do with the settings in Apache / php.ini / .htaccess, etc but
I've been pu
Did you try
print_r($_SESSION); to see if anything is getting into the buffer?
Chris Wilson wrote:
When in IE, submitting any form on our https page, the post variables
intermittantly don't come through.
The get variables come through fine. Just not the $_POST variables.
I have tried everyth
Cliff Addy wrote:
Try as I said before.
abc.cgi?act=4&pass=def
#!/usr/local/bin/php
$act = HTTP_GET_VARS['act'];
... code ...
?>
this way you can do:
echo "-- act: $act -- ";
I'm porting some php cgi scripts from our old web server to a new one.
In know zip about php and didn't create th
I mean, I sometime found a few POST data had incorrectly went over to the
GET data. I don't know it's a PHP problem but more of a web browser
problem.
Scott F.
"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Try the $_REQUEST variable, this is where both the $_GET a
Try the $_REQUEST variable, this is where both the $_GET and $_POST come
from and let us know how it goes...
Scott F.
"Chris Wilson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> When in IE, submitting any form on our https page, the post variables
> intermittantly don't come thro
I'm porting some php cgi scripts from our old web server to a new one.
In know zip about php and didn't create these. I'm finding that php
scripts on the new server aren't getting form variables passed into
them.
I built 4.3.4 straight, no options, just configure/make/make install.
The system i
Why don't you send a piece of your code ?
Chris wilson wrote:
we're already using SUPERGLOBAL_POST, its just that they stopped
working. the GET variables are coming through fine, just not the posts.
also, I was told it would'nt be an intermittent thing.
Does this make any sense? :) thanks!
Ch
When in IE, submitting any form on our https page, the post variables
intermittantly don't come through.
The get variables come through fine. Just not the $_POST variables.
I have tried everything to get this to work. Everything was working fine
but it seems after we updated IE with the last cri
When in IE, submitting any form on our https page, the post variables
intermittantly don't come through.The get variables come through
fine. Just not the $_POST variables.I have tried everything to get
this to work. Everything was working fine but it seems after we updated IE
with the last critica
Hi All,
Been trying for the last 2 days to compile php with jpeg support.
Using both embedded and external GDs
Have downloaded all the libs and tried almost everything I have come across
on the net but nothing works...
I seem to have narrowed it down to the following...
./configure --with-[...
Er looks like your compiler is missing some pretty fundamental stuff
there... suggest you (re)install it from CD.. or reinstall and select
'everything'
I am using slackware 9 and its ok until it comes to installing PHP with GD
lib with jpeg support...thats when the fun starts...
Good luck
"Unk
13 matches
Mail list logo