| Thread | Last Post | Replies |
|
| including png image with HTML content | 30 Jun 2005 23:34 GMT | 7 |
Hi! I have nearly cracked this and am stuck on the last bit. I am asking my visitors to rank 8 different items (a,b,c,d,e,f,g,h) from 1 to 10 and then I want to draw a pie chart of those values. My page (draw_pie.php) that draws the pie chart works as it should and I link to it
|
| Moving to a modified URL | 30 Jun 2005 18:35 GMT | 4 |
I would like to create a link on a web page that will call a script and jump to an URL similar but slightly different than the current one. I am doing this to allow people to switch languages. For example, no matter where the user is on my web site, if he clicks on the FRENCH ...
|
| PHP and/or Javascript | 30 Jun 2005 18:26 GMT | 6 |
I was wondering if anyone knows of a way to test if javascript is on with PHP or any other language. I need to test if it is enabled and if it isnt, redirect to another page. Any help greatly appreciated. Cheers
|
| Programmers Contest: Fit pictures on a page | 30 Jun 2005 17:28 GMT | 4 |
GLOSSY: The Summer Programmer Of The Month Contest is underway! Deadline is September 30, 2005 http://dinsights.com/POTM --------------------------------------------------------------------------------
|
| URGENT: Prevent default HTTP headers from being sent | 30 Jun 2005 16:42 GMT | 10 |
I have a php script with no more than this: <?php echo "Hello World!"; ?> When a webbrowser client requests data, it receives Apache server headers, followed by my data:
|
| Custom Template-Style Tags | 30 Jun 2005 16:18 GMT | 1 |
Greetings to all, I am conceiving a nifty little templating engine (yeah, another one) for use in PHP applications. I have found that the code itself seems to be standard enough in the applications I do that I could potentially
|
| image color change | 30 Jun 2005 16:06 GMT | 1 |
I wonder if what I have in mind is possible, maybe even not all that complicated: I have an image, which is a yellow circle. I want this yellow circle to change color by having 3 sliders (RGB) on a website and a button to process
|
| How to customize Phpinfo | 30 Jun 2005 15:19 GMT | 1 |
I'm going to compile php5 on a linux server. I would add some comments in my phpinfo(), like "Compiled by foo tuesday 15th july" Is it possible to do this, and how ?
|
| Does not work | 30 Jun 2005 13:37 GMT | 8 |
This may be to simple for the level of material I've already seen here, but nothing ventured. I have two web page linked from http://www.rhodeisland-aa.org/ricsmeetings/index.htm
|
| session id | 30 Jun 2005 10:49 GMT | 3 |
When I pass the id to another page in the URL the target page uses the correct session id, but if I use the "Back" button then session_start() creates a new session and id. I don't want a new session created if the user and the session is the same.
|
| Using the value of a variable as a variable name | 30 Jun 2005 08:56 GMT | 2 |
Is there a way to use a variable's value as part of a variable's name? i.e $var = array(); $var[id] = "somewhere";
|
| Wanted: native Japanese speaker to put text in PHP files | 30 Jun 2005 08:01 GMT | 2 |
If you are a native speaker of Japanese and can insert Japanese text in UTF-8 into existing PHP files (original available in English, French or German) please email the above address minus the 'TAKEthisOUT' if you are interested in this project.
|
| XSLT trouble | 30 Jun 2005 07:58 GMT | 1 |
I'm running Apache/1.3.33 (Win32) PHP/5.0.4 on WinXP in my php.ini I uncommented the extension=php_xsl.dll line. When running phpinfo() I have the following section on XSL xsl
|
| read file .udl | 30 Jun 2005 07:45 GMT | 2 |
Hi to all, I must read and work with a .udl file (this is unicode) And so I use the istruction $array = file($path_udl), but: $array[1] = P r o v i d e r = S Q L O L E D B . 1 ; P a s s w o r d = R a
|
| 2 ques on image upload | 30 Jun 2005 05:19 GMT | 1 |
1. how do I enable multi format image upload, like user may upload jpeg, jpg, gif files. 2. I get error 'Problem: file is not jpg image' when checking file format in this code. Any help on why the error shows?
|