Search found 5 matches

by brob
Tue Nov 14, 2006 5:31 am
Forum: PHP - Code
Topic: Count word occurrence
Replies: 1
Views: 539

Count word occurrence

Hi can anyone help, I want to be able to count the number of times a words appears in a text string if it is more than once, does anyone know if this is possible, or of any scripts?

Thanks
by brob
Tue Oct 10, 2006 8:30 am
Forum: PHP - Code
Topic: Parent child menu structure
Replies: 1
Views: 378

Parent child menu structure

Hi please can someone help, I'm using mambo for a CMS and have a lot of dynamic PHP pages and want to include the menu from mambo in the php pages. The only way I can do this is to create my own menu structure. I have got the parent set-up working great the CSS is applied and the I can even get it t...
by brob
Mon Oct 09, 2006 9:39 am
Forum: PHP - Code
Topic: Creating dynamic sub menu
Replies: 2
Views: 502

I wasn't really able to use this, is there anything else you can suggest.

thanks
by brob
Fri Oct 06, 2006 8:01 am
Forum: PHP - Code
Topic: Creating dynamic sub menu
Replies: 2
Views: 502

Creating dynamic sub menu

Hi can anyone help. here is the code for the menu $host = "localhost"; $dbuser = "un"; $dbpassword = "pass"; $database = "dev-cwc"; $link = mysql_connect($host,$dbuser,$dbpassword); $db_selected = mysql_select_db($database); if (!$db_selected) { die ('Can\'t s...
by brob
Tue Oct 03, 2006 5:50 am
Forum: PHP - Code
Topic: Continue to page after login
Replies: 4
Views: 660

Continue to page after login

Hi I want users to be able to click a link to a page that is restricted and once they login they are still taken to that page without having to navigate to it.

Any ideas?

Thanks