473,566 Members | 3,102 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.
1
1,778
thread by: Jose | last post Jul 16 '05 by: David Gillen
Hi. It´s possible get cookies any other php page? How could i do it? Regards.
2
5,060
thread by: Sandman | last post Jul 16 '05 by: Sandman
The subject says it all. I am doing a: I have a perl script in which I am using a ReadParse routine that parses the $ENV{'QUERY_STRING'} or $ENV{'CONTENT_LENGTH'}*which are two variables passed to the script under usual SSI (.shtml) containing form data submitted to the page from which the script is executed from. Well, since switching to...
5
6,466
thread by: Peter | last post Jul 16 '05 by: Nathan
L.S. I am developing a PHP-login script (on Lycos Tripod) that uses Session to pass on variables. Below is the entire (stripped) structure that I use. It opens a page where you can Set and Read the session variable BUT ... It doesn't work!!! It seems that both set- and readlink open their own private session. How can I get the read-link...
0
1,833
thread by: | last post Jul 16 '05 by:
Hello, Does anyone have or know of a script or such that: will allow, via Windows COM commands, me to convert a PowerPoint document to HTML? I have managed to get this to work with WORD and EXCEL! And that fills my heart with joy!
0
2,981
thread by: Allman | last post Jul 16 '05 by: Allman
I'm trying to implement a small WebDAV server using PHP. (WebDAV is an HTTP extension that (among other things) makes it possible to manage files using the HTTP protocol; kinda in the same way like using FTP through a web-browser.) I've made a short index.php file which is automatically run when then target
1
2,870
thread by: ben | last post Jul 16 '05 by: Billy
I've been searching like crazy, but I can't find a head to head comparison of PHP5 and ASP.Net. I have found the article on msdn on php4 vs asp.net, but i'd like to find a more up to date and and potentially unbiased look. Thanks Ben
3
24,095
thread by: Xizor | last post Jul 16 '05 by: Craig Bailey
Ok, what I want to do is find out the number of rows in a table. The most obvious solution is to do something like the following: $sql = "SELECT blah FROM blah WHERE 1"; $result = mysql_query($sql, $db); $num = mysql_num_rows($result); If you have a large table, to me that seems like it would be a system hog if all you want is the number...
3
1,874
thread by: Peter | last post Jul 16 '05 by: Peter
I want to have a form which has several rows for example username1 firstname1 surname1 username2 firstname2 surname2 username3 firstname3 surname3 username4 firstname4 surname4 What I want to do is when this data is typed into the form to save it in a MYSQL db. The problem isn't with the saving, it's with the form itself. What is the...
2
2,613
thread by: Keith Morris | last post Jul 16 '05 by: Tom Thackrey
Hi all! I'm creating a mini CMS that will store content in a MySQL database. What I am trying to do is parse the content and replace certain keywords with a link. The keywords and associated links are kept in a MySQL table. Here is an example. $keyword = "Widgets Technology Co."; $location = "http://www.widgets.com/about";
3
4,502
thread by: Lori Costache | last post Jul 16 '05 by: Lori Costache
Hi guys, I have a problem with multiple selection I have a list with 8 options in pull-down menu. For each option I have a price. Something like that :Element Price Table 10 Sofa 20 <SELECT NAME=myfurniture id=myfurniture class=third multiple> <OPTION VALUE="Table">Table </OPTION>
1
2,313
thread by: Fritz Schmidt | last post Jul 16 '05 by: Robert Jirik
Hi, I tried to install some small tools for linux.. for one tool i needed libstc+++.so.2.10 ... so in installed it into my /usr/lib but when i then tried to launch ./php i got this error: ~~~~~~~~~~ Syntax error on line 27 of /etc/apache2/suse_loadmodule.conf: Cannot load /usr/lib/apache2-prefork/libphp4.so into server:...
2
3,570
thread by: ChronicFatigue | last post Jul 16 '05 by: Tony Marston
Given that some browsers dont have javascript enabled.... do developers try to avoid using javascript when a php alternative can be used? What sort of alternative php scripts are often used?
2
3,307
thread by: CJ Oxx | last post Jul 16 '05 by: CJ Oxx
Is there an easy way to transfer a page POST content to the next page? Right now I read out the POST content in the PHP script and put it in a html form (with POST as content type) as a hidden field, but I am wondering if there isn't a nicer solution to do this. I need this functionality so that the user is able to re-login if for some reason...
1
1,812
thread by: Jake | last post Jul 16 '05 by: Jake
I have a strange linux box, that has no: rpm support no install no make etc... How could I fully install mysql on to this ?
5
3,901
thread by: explorer | last post Jul 16 '05 by: Ian.H [dS]
Hello, everbody I am in quite strange situation, I have less then a month to create any form of shoping chart, I do have install php, apache under win, so I thinking about some CMS with support for this module for chart, but I don t know where to look, ....well that s mine situation and who is willing to help, well I listening you.... Thx,...
3
1,826
thread by: Frank | last post Jul 16 '05 by: Frank
Scripts tested on: Win 98 - PWS PHP & MySQL Win 2000 Server - IIS PHP MySQL Win98 - Apache PHP MySQL Scripts all work fine !!!
0
1,890
thread by: Joan McGalliard | last post Jul 16 '05 by: Joan McGalliard
My web host has turned on PHP SuExec, which has completely broken my site, and they don't seem to be able to give me information. Google search is hopeless for this, as "html" appears on most pages. So, while using php suexec, how can I get .html to be processed as php? thanks in advance. joan
2
7,638
thread by: Alexiel the organic angel | last post Jul 16 '05 by: Alexiel the organic angel
c echo"<script>" . "function openpopup()" { . "var popurl=\"clip.html\"" . "winpops=windows.open(popurl,\"\",width=640,height=480,toolbar,directories,scrollbars,\" } . "</script>"Hi, ÿ. "</script>"Hi, s.open(popurl,\"\",width=640,height=480,toolbar,directories,scrollbars,\" in.php?op=modules\">"._ADDAHOME."</a> ]</center>";
2
5,940
thread by: Patrick Lioi | last post Jul 16 '05 by: Centurion
I've developed a simple content management system in PHP, and I'd like to be able to put the code for it in a single place, and have several sites on one server seamlessly share the code. I want to put the app itself in /DOCROOT/MyCMS/. I want to put a site that uses it in, say, /DOCROOT/site1, /DOCROOT/site2, etc. I want to place a...
0
2,445
thread by: Hans Meier | last post Jul 16 '05 by: Hans Meier
phpMyAdmin displays this error 4.5.1 Notice: Undefined variable: hash in /usr/local/cpanel/base/3rdparty/phpMyAdmin/left.php on line 376 and it doesn't show db tables. anyone seen this before?
0
3,287
thread by: Ivan Dumlija | last post Jul 16 '05 by: Ivan Dumlija
Hi, I say some of you wanted that so here it is... i just copy pasted it as i use it on my page without changes so you transforme it any way you like!! upload.php ----------------------- <html> <head> <link rel=stylesheet type="text/css" href="../stil.css"> <title>MAjNe StraNiCa - UPLOAD</title>M <meta http-equiv="Content-Type"...
3
2,340
thread by: Damien | last post Jul 16 '05 by: Joshua Ghiloni
Can you stop pulling out exactly the same data from a database, for example, if you had 2 entries which had the name Chris, it would only print Chris once?
0
3,136
thread by: Ian Marlier | last post Jul 16 '05 by: Ian Marlier
I'm trying to get a PHP-based webmail setup going, but I'm running into a problem with IMAP authentication. Specifically, the PHP IMAP extension is trying to log in using CRAM-MD5 authentication, which my IMAP server doesn't support. Is there a way to make PHP IMAP use just plain login authentication? Thanks, Ian (ian@onepost.net)
1
2,345
thread by: Me | last post Jul 16 '05 by: Tom Thackrey
Hi there I guess I am what you would call a newbie to php and mySQL... Ive just created my first guestbook "tagwall" in php using a mysql database to store the messages. So far so good, it works fine and im pleased. Now its time for som cosmetic changes and this is where i need your help. I have no idea how im supposed to do this, I want...
4
14,209
thread by: DG | last post Jul 16 '05 by: Jochen Daum
I have setup an HTML page were the user will be able to set the number of text boxes they want to enter data in. The number of text boxes will be saved as a hidden form variable. Below is a quick HTML code that will show what im talking about. <Form> <input type="textbox" name="n1"> <input type="textbox" name="n2"> <input type="textbox"...

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.