First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
eval and HEREDOC
Hello, I am having trouble with a part of my templating script. I'll try to explain: The template itself is HTML with PHP code inside it, like: <div><?=strtoupper($user['name']);?></div> And I have the following code as part of the templating engine: $template = file_get_contents($file); $template = "re... 21 Jul 2010 03:47
MySQL select matching
I may be going at this completely wrong but at the moment I'm stuck. I have a DB from a client and need to do several searches on it. This one sentence is important because it's their DB, not mine. So I can't modify the way the DB was created in the first place, I can only work with what I have. And,... 21 Jul 2010 03:47
Copy documents for another site.
Hello I create one site like document menage system and nide to take some date information from another site. The problem is a don't have access to date base. The site from who I need to take infomations use .htdacces but I have user and password for enter to site and i look the information. I write one php ... 19 Jul 2010 14:40
enabling domdocument
Hi all, I'm having a bit of a problem here with getting DomDocument on PHP. I've got a Fedora 11 system and have used the package manager to install PHP and its various modules, at no point have I compiled PHP myself (which has never worked when I've tried it, ever, but that's another issue) I've made sure the... 19 Jul 2010 19:05
How to set socket_read time out
How can I get calls to scoket_read to timeout if the server stops responding? It's not clear exactly what's happening, but occasionally the server simply stops sending data and my php code (client) then sits there waiting endlessly. I know about set_time_limit but I don't want to abandon the entire script, just the... 19 Jul 2010 04:51
help using phpadmin
this is the second time that i have made an account and set the password. then when i try to reaccess phpadmin, it shows this message: Error MySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: NO) What am supposed to do so that my regain access to phpadmin?  edit the php.ini f... 19 Jul 2010 13:35
MySQL Query Puzzle
Hi All, I have a table which contain's some duplicate rows. I just want to delete the duplicate records alone not original records. Assume my table as look as below column1 column2 1 a 1 a 2 b 3 c 3 c i want the above table need to be as below, After executing the mysql query. c... 20 Jul 2010 08:05
functions and global variables
Hello, I've got a file with a variable declared in it. For purposes of this post: $name = $_POST['name']; Now a little later in the same file I have a custom function call that outputs some information. In that information is an echo statement outputting $name: echo $name; I'm wondering do I have to have... 19 Jul 2010 04:51
recursive
hi all :) here is a xml file: <directive> <rule> <rules> <rule> </rule> <rule> </rule> </rules> </rule> </directive> <directive> <rule> <rules> <rule> </rule> <rule> </rule> </rules> </rule> </directive> ..... 18 Jul 2010 04:09
Determining the similarity between a user suppliedshort piece of text (between 5 and 15 characters) and a list of similarlength text items.
At 12:09 PM -0400 7/15/10, Daniel P. Brown wrote: On Thu, Jul 15, 2010 at 11:54, Richard Quadling <rquadling(a)gmail.com> wrote: I'm looking for is a way to compare what they've entered against a known list and to provide my 10 best guesses. Look into the following functions and families: ... 19 Jul 2010 15:47
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35