|
|
PHP
# What's the
best way to start writing a PHP program?
# Passing variables with REQUIRE function (part II)
# I use a /cgi-bin/ad.pl for displaying rotating banners at the top of my html
files. How can I insert the output of this cgi in an "included" file ?
# please tell me how to let a html document read content from a .txt file,
spit this out in a table, and how to update the specific file with a form
# How can I add authentication to my site with PHP? I have authentication
working only with one page.
# Where can I get documentation for the Zend API?
# Does Php have anything similiar to Perl's $string = <<END_OF_DATA ...(some
text over multiple lines)... END_OF_DATA?
# I would like to create a user authentication system, but when they log in,
how would i make it personalized.
# Is it possible to do a multisite hit counter that runs on a PHP enabled
server but is accessed by non PHP servers?
# To offer users a direct download of a file that is a valid MIME type
# How can I display a number with thousand separator querying an SQLServer 7
table (number_format does not work with PHP 401 - error: unknown function)
# environmental variables such as query string are not passed to php code i.e.
INCLUDE file="showacct.php"
# Lost Last-Modified when set apache to use PHP4 module for all .htm/.html
files. Can one have PHP4 parse .htm/.html and keep the Last-Modified header?
# When i include a txt file the html page ignores the end of lines. And i get
one long line with text. I would have multiple lines with hard breaks.
# Why does PHP4 (windows) tell me that my module doesn´t exist when it does?
I´m talking about php_mssql70.dll.
# In windows PHP, when I load php_mssql70.dll as an extension, PHP stops
working. why?
# Can a local PHP page be parsed using a remote installation of PHP?
# Looking to create resizable tables based on viewer screen size and amount of
text to be displayed. Used on php.net, but can't find code to do this - ?
# Why do I receive a message "cant fork ..." if I try to execute an external
program (PassThru, System, Exec) - running PHP4, WinNT SP 5, PWS.
# I'm using a LAMP setup with a Flash interface. How do I set up a chat using
PHP that updates all the browsers viewing the chat page?
# How can I get in PHP the value of variable coming from a WML <input> or
<select>?
# I wrote a script, but when searched brings only one set of results. How do I
make it so if there is more than one result, it will display them all.
# Is it worth creating files, like a log, for each new member or simply pull
from a database.
# How can I call a command line executable from within PHP?
# Where can I get a documentation for creating my own dll for php3 with VC
6.0?
# I'm running php4 on a Data General Unix platform, and getting the same
error, any help for this prob
# Unable to execute linux command="pppd call isp&", using exec() and system(),
consider that httpd.conf configured as nobody.
# How to erase $REMOTE_USER in the browser created with the htaccess
authentication scheme
# What does PHP stand for?
# How do you convert this perl code unpack('s', pack('s', hex($x))) to PHP
# Is there any possible method of creating a dialogue box as a help option
similar to the one in Microsoft Word Help dialogue boxes with keyword search
# about "php3?id=xxxxx" OUTPUT RESULT TO HTML ...
# in Non_Server Client Site to get a variable from Server Client Site e.g.
HTML get a result from PHP
# How do I handle frames & window openings in PHP, for instance if I have a
frames page & I want to eliminate the frames, how do I do this using PHP ?
# How do I call and pass variables to a compiled C function using PHP?
# Why do multiple echo and printf functions, used to display a table, display
newline charachers before the table in Netscape but not in IE?
# How do I stop a previous url?mode=del&cust=name being repeated when the user
hits their back button?
# I know this next/previous script (http://px.sklar.com/code-pretty.html?code_id=77)
but, isn't there any easyer way/script?
# Is it possible to make a yahoo-like site without MySQL or any other db, but
plain text? Something like Links 2.0 in Perl.
# How to extract data from database and display it in the list box?
# Is there a mean to get the entries of an EXCEL sheet with PHP (to include
this in a database, by Example
# Does PHP support document objects (similar to javascript)
# Is it possible to have MySQL and Php run with one provider and the "database
driven website" with the other ? Say with the help of only SSI / CGI?
# Hello, does anyone know where we can find a course on php for beginners that
can be taken via the internet. We are just getting into php from scratch.
# How i can set a time expire page in PHP.
# is it possible to search newsgroups with php
# Does anyone else have problems using the \n newline escape character? why
isn't it rendering for me?
# What is the scope of a global (page, session or otherwise).
# How do I present a form with two buttons - each doing a submit for different
things (ie - log in or change password). Can I call PHP from an onclick.
# How do I insert a user loaded <input type=file> image into a database table
(&& checking for size constraints).
# Why wont PHP 3 excute shell commands??? I have tried $string =
system("/bin/tar -cf /home/www/backups/backup.tar /home/www/functions");
# How can I populate a pull down with with a few data fields from one table
and then upon selection then intire row fills out the apropiate form fields?
# How do I insert a user loaded image <input type=file> into a database table
(MYSql or M/S SQL)
# What's the best policy? Connect once, store the query results in several
arrays to use later or p_connect and query at the moment I need the results?
# Is there some PHP code that takes the output of one file, and placing it in
another?
# When i press the submit button,the selected name in the list should be
displayed in the new popup window for further processing. How to do this?
# Do member functions within a class incur any memory penalty when an object
of that class is instantiated.
# Can someone show me how to extract information from another site and put it
on my webpage... Thanks
# What does parsing means in PHP?
# How can I use plain txt files instead of a database for a backend of a site,
ie managing news posts, uploading files, message boards etc...
# How can you include the same information you would normally call via SSI in
a .shtml file in PHP?
# how do i include a remote file using php
# Can someone explain me how PHP interacts with Java ?
# How to make a GoBackButton with a picture?
# how can I take a list and make each row a value in an array?
# can i simulate php on windows (not a server)?
# I am using PHP4. I used to draw gifs in PHP3, but now I get an error (i
think because PHP only supports PNGs). What should I do?
# How can I prevent re-"post"-ing data when a user returns to a posted page
using the back button?
# Is their a way, in PHP, to strip-out the content of a web page of bad
JavaScript? ex. Javascript that open a new window when you juste closed one.
# How can I display the output of passthru or system with newline chars? i.e.
passthru("ps ax")
# I try to display a word document which is stored in a blob field in a mysql
db-I get the document always with binary code pieces-how can I avoid this?
# Fatal error: Call to unsupported or undefined function page_open() ? How do
I fix this please...?
# Is it possible to access the Active Directory of a Windows 2000 Server with
PHP ? Maybe via LDAP ?
|