Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
xSabbiex #1
Where is the php.ini file?
I need to go into my php.ini file to change the register_globals setting to on, but I have no idea where to find the php.ini file.
Please help!
xSabbiex Guest
-
problem in binding xml file data to datagrid xml file isgenerated through JSP file
problem it that i am creating xml file using JSP file and i want to bind DataGrid with xml file data that is created using JSP but it will not Bind... -
File Viewer / Bloated file sizes / What is the best file format?
I would like to find a viewer capable of looking at the main Adobe formats as well as the standard formats such as JPG and WMF ... but yet the only... -
Open file, make changes, save file, close, re-open, file contents not changed
I've now run into this several times and it's completely destroyed all of my confidence in Ilustrator CS on Mac. I'm hoping someone can confirm that... -
[BUG] File#rewind, File#syswrite, File#pos on Cygwin build
On the cygwin build of ruby v1.8.0, I have encountered a strange bug when using rewind, syswrite and pos. If you open a file in read/write mode,... -
Confused about locking a file via file.flock(File::LOCK_EX)
I am writing a ruby appl under AIX where I need to update the /etc/hosts table. I would like to make sure that during my update nobody else can... -
Joseph Szobody #2
Re: Where is the php.ini file?
Create a .php (i.e. info.php) page that just contains the following line of
code:
<?php phpinfo() ?>
Then call the page from your browser. You should get an information page
about your PHP installation. About the sixth line down should show you your
..ini file location.
You could also enable register_globals using a .htaccess file. Just put the
following in your .htaccess file in the root web directory:
php_flag register_globals on
Of course, you do realize that register_globals is frowned upon now, and can
introduce security problems into your scripts, right? It's best to avoid it
if possible, although I realize some third-party apps absolutely require it.
Joseph
"xSabbiex" <webforumsuser@macromedia.com> wrote in message
news:dgo9tk$j7a$1@forums.macromedia.com...>I need to go into my php.ini file to change the register_globals setting to
>on, but I have no idea where to find the php.ini file.
> Please help!
Joseph Szobody Guest



Reply With Quote

