i need to make an internal search for my website.
I need to be able to search through maybe 5-10 Mysql tables. the thing i was looking into was the LIKE function in mysql...
but, i dont really know how to use that...
any help would be appreciated, or a good script others use.
Search found 25 matches
- Sun Sep 02, 2007 5:13 pm
- Forum: PHP - Code
- Topic: making an internal search
- Replies: 0
- Views: 180
- Tue Aug 28, 2007 9:31 pm
- Forum: PHP - Code
- Topic: making an internal search
- Replies: 4
- Views: 275
Re: making an internal search
yes nice to have this link..califdon wrote:http://www.sql-tutorial.net/SQL-LIKE.asp?
- Tue Aug 28, 2007 12:52 am
- Forum: PHP - Code
- Topic: making an internal search
- Replies: 4
- Views: 275
making an internal search
i need to make an internal search for my website.
I need to be able to search through maybe 5-10 Mysql tables. the thing i was looking into was the LIKE function in mysql...
but, i dont really know how to use that...
any help would be appreciated, or a good script others use.
I need to be able to search through maybe 5-10 Mysql tables. the thing i was looking into was the LIKE function in mysql...
but, i dont really know how to use that...
any help would be appreciated, or a good script others use.
- Sat Aug 11, 2007 2:56 pm
- Forum: PHP - Code
- Topic: transfer data over SSL we must use the CURL libraries?
- Replies: 3
- Views: 381
transfer data over SSL we must use the CURL libraries?
If we want to transfer data over SSL we must use the CURL libraries??
- Fri Jul 27, 2007 2:54 pm
- Forum: PHP - Code
- Topic: What's the best way to use a cron jobs?
- Replies: 5
- Views: 431
What's the best way to use a cron jobs?
Wonder if any of you are using cron jobs.
What's the best way to use a cron jobs?
- search engine submission?
- post to multiple websites?
- vote banners?
- search online free staffs?
Its really appreciate if you would share info if there any script you use.
What's the best way to use a cron jobs?
- search engine submission?
- post to multiple websites?
- vote banners?
- search online free staffs?
Its really appreciate if you would share info if there any script you use.
- Thu Jul 12, 2007 2:52 pm
- Forum: PHP - Code
- Topic: Php: Want to learn PCRE Syntax
- Replies: 1
- Views: 216
Php: Want to learn PCRE Syntax
I've been learning the php function which uses a Perl-compatible regular expression syntax like preg_match(), ereg() etc. The function itself is not difficult to understand but when coming to the pattern syntax like Meta-characters, Pattern Modifiers quite make me headache. See the example below: pr...
- Wed Jun 27, 2007 11:29 am
- Forum: PHP - Code
- Topic: can i get the name of the array????
- Replies: 4
- Views: 326
can i get the name of the array????
i'm having lots of arrays with values and i have a funtion which does some operations based on the array passed as an argument.. (i.e) i want to check the name of the array and then do operations based on that. So i want to get the name of the array passed into the funtion . for eg: if $cutomer = ar...
- Tue Jun 12, 2007 10:39 am
- Forum: PHP - Code
- Topic: PHP: include & require, what is different?
- Replies: 2
- Views: 1163
PHP: include & require, what is different?
Hope this is not stupid question.
I read the manual frequently, still could not understand what different between include() and require(), it makes no different to me.
Could you show me in an example script to show the different result between those two? Thanks.
I read the manual frequently, still could not understand what different between include() and require(), it makes no different to me.
Could you show me in an example script to show the different result between those two? Thanks.
- Mon May 28, 2007 9:27 am
- Forum: PHP - Code
- Topic: Post subject: php_errormsg: How turned it on?
- Replies: 1
- Views: 263
Post subject: php_errormsg: How turned it on?
Hi there, Hope you have been using the $php_errormsg which is a variable containing the text of the last error message generated by PHP. This variable will only be available within the scope in which the error occurred, and only if the track_errors configuration option is turned on (it defaults to o...
- Sun May 13, 2007 8:42 am
- Forum: PHP - Code
- Topic: Any PhpScript for Autoresponder?
- Replies: 1
- Views: 404
Any PhpScript for Autoresponder?
Is any body know if there a free PhpScript for Auto responder in regular basis?
I have a save list of email address spam free but find quite take time to manage it by send mail manually..
I have a save list of email address spam free but find quite take time to manage it by send mail manually..
- Thu Apr 26, 2007 3:38 pm
- Forum: PHP - Code
- Topic: How to to check a php server support for flus
- Replies: 1
- Views: 334
How to to check a php server support for flus
Hi there, I am working now to get flush working on my page, I took this script for example: <pre> <?php ob_end_flush(); echo "Test1\n"; flush(); sleep(3); echo "Test2\n"; ?> </pre> It works on my own server but not in a web hosting. I have put in .htaccess <IfModule mod_gzip.c> m...
- Wed Apr 11, 2007 3:10 pm
- Forum: PHP - Code
- Topic: Any correlation between spiders visit & w
- Replies: 1
- Views: 361
Any correlation between spiders visit & w
It is considered a good sign that spiders visiting your site as often as it would. Usually we notice it thru the weblog. Are you also concern about it? If so how you counting how often is google visiting your work at home site instead of using the weblog? Is there any correlation between how often t...
- Tue Mar 27, 2007 2:19 pm
- Forum: PHP - Code
- Topic: How do you track your website visitors?
- Replies: 1
- Views: 585
How do you track your website visitors?
I want to know is there anything you do to track your website visitors. Do you place some programming script on your web to work on that? I'm wonderng because I have a few place where I submitted my website link, I am sure that that you submitted to a lot of place on the web. So how you define that ...
- Mon Mar 12, 2007 1:38 pm
- Forum: PHP - Code
- Topic: Phpbb: Any FREE Ad-on script for unlimited su
- Replies: 1
- Views: 392
Phpbb: Any FREE Ad-on script for unlimited su
I am looking for add on script to have phpbb has an unlimited sub category more than one depth.
Hope some one could tell me if there a FREE resource for it.
Hope some one could tell me if there a FREE resource for it.
- Sun Feb 25, 2007 4:17 pm
- Forum: PHP - Code
- Topic: Can I get a variable name as a string?
- Replies: 26
- Views: 2472