| Thread | Last Post | Replies |
|
| Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in | 01 Jun 2006 00:46 GMT | 3 |
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in/home/macca/public_html/somethingartistic/index.php on line 42 I am getting this message when i try to run my code on my hosts server
|
| LF: PHP Coder for Registration and admin project | 01 Jun 2006 00:29 GMT | 5 |
I need some help with a registration/login and admin panel..PLEASE email me if you can help me out on this.. I like to get this site up and going and see where it goes. If I can get a reliable coder and fair priced one then the will be a significant bonus to follow down the
|
| Twiki e Dokuwiki: quali sono le differenze? | 31 May 2006 23:36 GMT | 1 |
Salve, Vorrei usare un wiki (scritto in PHP). Sono orientato su Dokuwiki ma mi hanno parlato molto bene anche di TWiki. Qualcuno di voi lo conosce?
|
| Need advice on search engine | 31 May 2006 22:18 GMT | 3 |
I'm very new in the web technology and need advice on search engine. I want to develop a portal using PHP and MySQL on Linux. Need to know on the following features : 1. search engine that could search my portal (mySQL, PDF, Ms Word &
|
| Transparent SSL layer integration | 31 May 2006 22:11 GMT | 1 |
How to have a transparent SSL backend layer? i.e. there is no prompt for the 'web client' to accept SSL certificate at all. My current design:
|
| Sealing a method in a php class | 31 May 2006 22:06 GMT | 1 |
Hey all, Im really starting to get into OO PHP and had a question. In PHP4 is there a way to mark a method in a class as non-overridable (i.e. sealed or final). From what i understand, by default all methods
|
| PHP, Smarty and XAJAX | 31 May 2006 22:01 GMT | 1 |
I try to use ajax in my script (php and smarty). I've decided on XAJAX Framework: http://www.xajaxproject.org/ Anyone use this, especially with smarty?
|
| 301 redirect returning OK? | 31 May 2006 21:49 GMT | 1 |
After implementing
> header("HTTP/1.x 301 Moved Permanently"); > header("location: http://www.newdomain.eu/"); or even HTTP/1.0 or /1.1 into my scripts and though it works for
|
| Different binary results with different PHP versions | 31 May 2006 19:13 GMT | 8 |
I am using Windows XP + PHP 5.1.2 at home for development and using Linux + PHP 4.4.2 at server side. In my code, I am doing some bitwise operations. While doing this, I have come accross to different results from my functions that uses bitwise xor (^) operator. When I digg into
|
| Problems opening a page inside PHP-code. | 31 May 2006 18:59 GMT | 3 |
Hi group. Once again, I need some more help, and I have two questions (the other is pretty far down in the text hehe). I am writing a simple questionnaire site in which the admin, as she creates
|
| preg_match and delimited strings | 31 May 2006 18:54 GMT | 4 |
I have a string I'd like to have broken into parts using preg_match. I used a regular expression from the Perl FAQ (http://perlfaq.cpan.org/): push(@new, $+) while $text =~ m{ "([^\"\\]*(?:\\.[^\"\\]*)*)",? # groups the phrase inside the
|
| PHP Singleton Function | 31 May 2006 18:33 GMT | 6 |
in http://hk.php.net/manual/en/language.oop5.patterns.php, it mentions the use of "Singleton"function. e.g. //********************* public static function singleton()
|
| Excel export problem in IE | 31 May 2006 18:16 GMT | 6 |
I have this script to export mysql data to excel. I have tried everything but I am not able to get this script to work for IE. The script downloads the data using Mozilla or Netscape but it fails and says
|
| newbie question | 31 May 2006 17:46 GMT | 2 |
hi, i'm new to this newsgroup and php/web development in general. there's something seemingly simple i'm trying to accomplish, but i'm having trouble predicting the behavior of php, particularly having it interface with javascript, which i am required to use to some extent.
|
| Time Out an Exec Call | 31 May 2006 16:24 GMT | 13 |
I am using exec() to run a number of StarOS tests on multiple IP's (they test various aspects of router and server functions). The problem I have is that an invalid IP may cause a delay of a few minutes in the execution of the script. I cannot use ping to test the
|