Search found 548 matches

Actual Results

Post Posted: April 15th, 2009, 11:25 pm

ralf206 wrote:
Your website seems pretty interesting. I would recommend better color and bigger links for your website. You got great talent developing applications.


Thanks buddy, I will be looking into a bigger fonts :idea: good idea

Post Posted: April 15th, 2009, 5:48 pm

Burner wrote:
site load very slowly. very silple desigh -site not imprest.

Just restarted the server, it should be fast now :) , the design is not made to impress, it is just some what slick and simple

thanks for the suggestion
- Carlos

Post Posted: April 13th, 2009, 3:01 pm

any reply for me?

Post Posted: April 13th, 2009, 11:44 am

I am in, I would like to help with something that is not on the list, and where areas is needed, as a developer, and/or help maintain/moderate the programming forums. Please tell us why you think you would be a good fit for the task: In my experience as a developer for several years, I believe I hav...

Post Posted: April 12th, 2009, 2:32 pm

Do they all have that sort of pattern ? If they all look like that I would load the sql file into an array via the file() function and process each line. If line[0]=='(' it's a value, if it's 'INSERT' it needs to be checked for a table name and possibly trigger some event, if it's whitespace ignore...

Post Posted: April 12th, 2009, 12:01 pm

with
Code: [ Download ] [ Select ]
$patern = '#INSERT\s+INTO\s*`([a-z\d_]+)`\s*\([^\)]+\)\s*VALUES\s*(,?\s*\(.+\))+#isU';
With this regular expression I get nothing:
Code: [ Download ] [ Select ]
Array (     [0] => Array         (         )       [1] => Array         (         )       [2] => Array         (         )   )
Th...

Post Posted: April 12th, 2009, 11:57 am

What about this ? http://www.php.net/manual/reference.pcr ... ifiers.php
Code: [ Download ] [ Select ]
$patern = '#INSERT\s+INTO\s*`([a-z\d_]+)`\s*\([^\)]+\)\s*VALUES\s*(,?\s*\(.+\))+#isU';
I'm not exactly sure what you're doing, but something doesn't look right about that "(.+|\n)" bit. That would give y...

Post Posted: April 12th, 2009, 11:52 am

With a bit of research, it appears this could be related to pcre.backtrack_limit. Something to do with the stack size in the bit of recursion that you're calling from your pattern. I haven't tried to recreate locally, but have a look here and here . Maybe there's some helpful info there, or at leas...

Post Posted: April 12th, 2009, 1:28 am

Ok, I had this regular expression:
Code: [ Download ] [ Select ]
$patern = "INSERT INTO `([a-zA-Z0-9_]+)` \(.+\) VALUES\n (\(.+\)+[\,?\n?\;]+)+ ";
Code: [ Download ] [ Select ]
preg_match_all("/$patern/",$data,$insert);
It used to work fine in another windows server that I ran locally. It might be because of the ...

Post Posted: April 8th, 2009, 12:10 am

yeah that is one of the reasons. Another reason that is important would be server compatibility, it wouldn't work on every server. So if you code doing the "lazy" way, then your code would be broken if you try to test it on different environments. So it would be considered as a bad-practic...

Post Posted: April 7th, 2009, 7:30 pm

$PHP_SELF is bad, $_SERVER['PHP_SELF'] not so bad

Post Posted: April 7th, 2009, 6:57 pm

the black don't make such a good combination with the workflow image, and the image logo exm Media in the first flash banner, looks too strong, the light bolt looks nice, but it looks some what redundant. I guess if you find a brighter color on that banner would make the light bolt look better and l...

Post Posted: April 6th, 2009, 11:25 pm

jerusalemstyle wrote:
Hello everybody,

This is our new website: http://jerusalemstyle.com , please have a constructive review!

Thanks for your great opinions in advanced!

Best Regards,

JerusalemStyle Team.



I like it, it just feels like if there is something missing, but I am not sure what.

Post Posted: April 6th, 2009, 11:12 pm

GoWeb wrote: Page rank is 0. You should invest is search engine optimization. http://cjax.net The page rank is now 2 :D , I did invested some money on it, and time as well, what do you guys think of the end result? I am also looking for people to exchange link with to get better page rank, ...

Post Posted: March 27th, 2009, 9:12 am

I would recommend you to look into, adodb - http://adodb.sourceforge.net/ However I really don't use it the way it is layout on their site, instead of using Execute(); to get data I use , getRow(), or getAssoc(), or even, getArray(); all these function will return an array to you, Execut...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.