| Thread | Last Post | Replies |
|
| fwrite csv merged cells | 30 Apr 2005 21:35 GMT | 3 |
How can I fwrite to a csv file with the row having merged cells and centered text? For example, a section title: Title col1 col2 col3 col4 col5 col6
|
| Incorrect result | 30 Apr 2005 19:48 GMT | 1 |
i try to insert a text in a database (mysql) in this text, there are php code i want to display... i use <code>...</code> to do this job str = $_POST['texttutoriel'];
|
| How long is too long for a cgi script? | 30 Apr 2005 19:22 GMT | 5 |
I have a 4000 line php cgi script that is not memory or cpu intensive. It runs in 1 second. Now I am getting a lot of customer requests to add in new features. My question is if there is a point where my code will be too long and take too long to run (i.e > 5 seconds). I would ...
|
| POST Method | 30 Apr 2005 19:18 GMT | 9 |
I would like send variable to php script from URL using POST method. Is possible do it ? ( <a href="xxx.php">) thanks for your help
|
| firefox issue with my code | 30 Apr 2005 18:45 GMT | 7 |
The below code is included on and upload page I have, it work perfectly in IE but for some reason the upload button doesn't show up in Firefox, any idea? <form action="upload.php" method="post">
|
| Running PHP on a client only... | 30 Apr 2005 18:37 GMT | 5 |
I was wondering if it is possible to run a PHP program on a web browser on a local PC without having a server, such as Apache, installed locally? I am thinking about creating an application the will configure Linux config files based on input from webpages.
|
| newbie be patient | 30 Apr 2005 18:10 GMT | 1 |
I am new to php today, on win98se, read sam's 24 guide to php downloaded php 5 put it in the c:\php folder and amended my autobat file typed in the sample listing3.1.php example code and tried to open it in my browser theoretically I should see info about my php installed? but it ...
|
| fwrite | 30 Apr 2005 17:47 GMT | 4 |
Hi to everyone, I am trying to get the result of array_count_values($an_array); ----- snip ---
|
| month name predefined function? | 30 Apr 2005 17:29 GMT | 2 |
Hello, I'm using PHP 4. Is there a predefined function for returning the name of the month given the input of the month represented as a number between 1 and 12? Thanks, - Dave
|
| explode with separator | 30 Apr 2005 16:35 GMT | 3 |
hi there! how can i use explode() in order to let it maintan the saparator? eg, given the string: $str="this is just *a quick* example"
|
| Saving XML to db | 30 Apr 2005 16:24 GMT | 4 |
What would be the best way to save XML to a database? I mean I can use the example 'http://www.php.net/manual/en/function.mysql-real-escape-string.php'. they give a function to prevent any SQL Injection,
|
| PHP & Tomcat | 30 Apr 2005 16:16 GMT | 2 |
We are getting new computers at work and I got the word today that pc-lan (network admins) do not want IIS installed on ANY machine. We are primarily a Java development house, so they will not balk about me installing Tomcat. Can I run PHP from Tomcat the same (or close to) as ...
|
| Streaming MP3's like a radio station? | 30 Apr 2005 16:04 GMT | 7 |
Here's my site: http://www.motorcityrock.com I have a streaming audio feature set up using a M3u file and a bunch of MP3's: http://www.motorcityrock.com/mcr_radio/mcr_radio.html. When the visitor clicks on the link the M3u kicks in and the songs play in the
|
| Counting number of chars in a string | 30 Apr 2005 13:43 GMT | 3 |
How can I count the number of characters in a string in php? I want to reach something like: if(length($myBunchofChars)>0){..} Best regards, Kees Epema
|
| Another newbie | 30 Apr 2005 10:15 GMT | 2 |
Am new to php and MySql but trying to learn. Have acces to a site to test on but was wondering how I edit contents on the site when it uses the beforementioned functions. A quick starter guide would be great... Thanks
|