First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
convert files utf8
Hi, does anyone know how to convert all files in a directory and in it's subdirectories into utf8 encoding? i am using komodo edit as text-editor. may it has a feature which i cannot find... Br Tanel ... 4 Jun 2010 10:21
CakePHP, alternatives?
Folks, Just quite could not stop taking your inputs before I start my learning curve to shape up. Should I use one of these frameworks or just *K*eep *I*t *S*imple and *S*tupid and learn it the traditional way? Thoughts? -- Regards, Shreyas ... 5 Jun 2010 19:08
Set up MySQL + Apache 2.2.4 on Win XP
All, Finally, the 28th reply seems to have brought this thread to an end. Yes, persistence finally got me there! Special thanks to Ash. I am able to run both my Java code and php code on the same port (though nothing database conversations are happening) from the same machine. Here's the set-up : MySQL Se... 3 Jun 2010 10:03
preg_replace insert newline
$string = 'text with no newline'; $pattern = '/(.*)/'; $replacement = '${1}XX\nNext line'; $string = preg_replace($pattern, $replacement, $string); echo $string; Outputs: text with no newlineXX\nNext line Instead of: text with no newlineXX Next line How does one insert a newline with preg_replace? Than... 2 Jun 2010 18:44
Inserting, storing, outputting dates and selections
Hello, I've got two questions which are probably fairly simple, my issue is i'm staring at this so long it's blurring together. I'm working on a form to insert data in to a mysql database. I've got a startdate and and enddate field in the database both of type DATE, i'm needing this as i'm wanting to do a calcula... 2 Jun 2010 17:37
Preg Match Problem
Hi, I have a code snippet here as in the following: [CODE] $keywords = preg_split("/[\s,]+/", $day); $count = count($keywords); if(preg_match("(Mon|Tue|Wed|Thu|Fri)/i", $keywords[$i])) { //line 40 $day_query ="start_time.day='12345' AND end_time.day='12345'"; } if(preg_match("Sat/i", $keyw... 3 Jun 2010 03:30
JSON RPC with SSL and .pem certificates? [SOLVED]
> -----Original Message----- From: Daevid Vincent [mailto:daevid(a)daevid.com] Sent: Thursday, May 27, 2010 4:48 PM To: 'php-general(a)lists.php.net' Subject: JSON RPC with SSL and .pem certificates? Anyone have a good example or routine or library or something that will use JSON-RPC client and SSL ... 1 Jun 2010 20:51
session data
I'm having a problem with session data. I have a login setup which holds the user ID and password in the session data once the user has initially logged in. When the user goes to a new page or accesses a pop up window the users session data is validated against a list of IDs and passwords held on the system rat... 1 Jun 2010 18:39
Set up MySQL + Apache 2.2.4 on Win XP.
PHP'ers, Please do not curse me for this. I am having a tough time to get this up and running. Can someone point me to a document which will help me do configure so that I can start learning and working on PHP ASAP? Please. I have attached the files under consideration. Here is my details : MySQL - 5.x ... 2 Jun 2010 16:31
Making a screencast based elearning solution for PHP
Hi, As said in the subject, I am trying to create a screencast based elearning solution for PHP to be distributed for free. I hope PHP.net does not have a problem with it. Just want to confirm that PHP.Net rules and policies do not stop me for making the free courseware. Regards, Naveen Dhanuka ... 1 Jun 2010 11:59
First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53