Since 7/16/2012 5:30:22 AM, usenet1667 has written 3 articles and participated in 79 conversations. usenet1667 signature:
usenet1667's articles:
Items(3) /1
ActiveRecord and Foreign Keys020 (7/25/2006 3:36:28 AM) comp.lang.php Hi everyone, I am having trouble wrapping my mind around the ActiveRecord pattern and foreign keys. I understand that for each table, there should be a class, and each row is is effectively an instance. But... Carl
Compiling PHP 5.1.2125 (3/8/2006 5:04:03 AM) comp.lang.php I'm having trouble compiling PHP 5.1.2 on Kubuntu Breezy. I've downloaded PHP 5.1.2, and when I configure, it gives me an error about libxml2. I am trying to install PHP as a CGI/CLI. The relavent part: # ... Carl
PHP Documenter - How to use?043 (1/26/2006 4:56:58 AM) comp.lang.php Hi everybody, So, I've decided that I need to find some formal PHP documenter program because I'm tired of just writing things down in text documents or sending emails to myself. I have found PHP Documenter,... Carl
create php package instaler622 (8/9/2006 5:53:56 AM) comp.lang.php hi ... newbie here ! does anyone knows the easies way to create a php package instaler. something like install sheald do! ... milis.ridho(4)
How do I use wildcards when searching in array?1022 (8/9/2006 2:57:01 PM) comp.lang.php How do I use wildcards when searching in array? At least that's what I think I need !! I have the line: if ($attribute[0] != "id") The above is not 100% correct because it should also be looking for anything... phil.latio(106)
size of "images" created by imagestring221 (8/9/2006 8:26:38 PM) comp.lang.php imagestring essentially turns text strings into images. Unfortunately, these images can be of any size and, as far as I know, an images size needs to be decided upon before imagestring is called. So is there ... terra1024(408)
Q: Algorithm/Solution for finding words in non delimited string220 (8/10/2006 6:48:28 PM) comp.lang.php I'd like to be able to take a string and search within it for all words (of the longest length possible) that are possibly contained within it (in sequence, we're not re-ordering the letters in the string). Obv... brock(1)
sk624 (8/11/2006 7:42:20 AM) comp.lang.php I am developing a program to crawl a site( looks like craigslist ). Since they have more than 20,000 entries I have to go to each categories site , parse with regular expression and extract data to database. Th... smartestdesign(9)
The most efficient encryption method?521 (8/11/2006 8:59:53 AM) comp.lang.php Nowadays, many site use encrypted resource ID, rather than plain numeric ID, such as the following: >> http://www.youtube.com/watch?v=p_YMigZmUuk "p_YMigZmUuk" will be mapped into a database unique ID (numeri... howachen(515)
Permission problems with unlink()623 (8/19/2006 2:22:14 AM) comp.lang.php Hello, I'm running PHP 5.2.0 as a Apache 2.2 server module. When, I try to unlink I get this: "Warning: unlink(file.txt) [function.unlink]: Permission denied..." What and how do I change this so it works? Thank... musiccomposition(224)
generating a list of dates1126 (1/29/2007 5:39:55 AM) comp.lang.php Hi, Using PHP 4.4.4, I want to generate an array that contains strings representing days from Jan. 1, 2005 to whatever the current day is. So the array would contain the first values '2005-01-01', '2005-01... laredotornado(853)