Re: [PHP] Bold links

2011-05-07 Thread Michael Simiyu
Thanks alot... On May 7, 2011, at 8:39 PM, wrote: echo 'Welcome  ' . $current_user->user_firstname . "B>\n"; echo '' . $current_user->user_lastname . "\n"; ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Bold links

2011-05-07 Thread Michael Simiyu
hey, some php 101 here guys :) i want to bold the first name and last name in the code below... user_firstname . "\n"; echo '' . $current_user->user_lastname . "\n"; ?> Thanks Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Customize link

2011-05-05 Thread Michael Simiyu
Dan, thanks for the reply.this is the code that shows/lists the categories $cats = $download_taxonomies- >get_parent_cats(); if (!empty($cats)) {

[PHP] Customize link

2011-05-05 Thread Michael Simiyu
Hello, Here is the scenario I have a form with the folloing fields i. Title ii. Category (This is a drop down with a list of categories which have id's - am using wordpress ) iii. upload file field now what i want to do is to be able to customize a link like http://www.mysite.com/ad

[PHP] make links

2011-05-02 Thread Michael Simiyu
hello, i want to add links to the code below in wordpress ie where it says "control the world" and "read and comment only" i want to make it a link http://www.google.com"; target="_self">My Link Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://

[PHP] assistance

2011-02-18 Thread Michael Simiyu
am using jcart but would like to customize the gateway.php file to use another payment gateway instead of paypalany help from the community ?

[PHP] iVery payment integration help

2011-02-16 Thread Michael Simiyu
hello, i need some quick help integrating the iVery payment gateway in a wordpress site thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] latest posts help

2011-02-06 Thread Michael Simiyu
hello , am working on showing the last 3 posts showed on a message board ( bitweaver ) and i would like to know what to add on the below line of code to show the last 3 this is what i have that shows the last post Code: {$board.last.title|default:"Post..."|truncate:40}a> what should i ad