801 Posted Topics

Member Avatar for skter4938

vBulletin does not offer this functionality. You will need to get it out of the database yourself to display it on your homepage.

Member Avatar for tgreer
0
105
Member Avatar for Duki

Just install any forum software like [url=http://www.phpbb.com/]phpBB[/url]. There isn't a whole lot involved and they walk you through it. Once you install it you're done. It practically runs itself.

Member Avatar for Fahmid
0
122
Member Avatar for jashill
Member Avatar for checkmypro

You'll need to post here: [url]http://www.daniweb.com/techtalkforums/forum36.html[/url] Also, phpbb is easy to install. Have you tried it yourself?

Member Avatar for stymiee
0
50
Member Avatar for tarverlee
Member Avatar for stymiee
0
75
Member Avatar for herge
Member Avatar for stymiee
0
96
Member Avatar for ronnie_vman
Member Avatar for carol.prime

Hi, Carol. I've been to the Philippines twice and loved it. I worked for an outsourcing company based there coincidentally. :)

Member Avatar for stymiee
0
101
Member Avatar for odtaa

I hang around ab it in the PHP forum so if you have any questions don't hesitate to ask.

Member Avatar for odtaa
0
95
Member Avatar for GavinC
Member Avatar for ebookimpression

Welcome tot he forums, Carey. I think being here should help your ebiz grow. :)

Member Avatar for ebookimpression
0
78
Member Avatar for roxxy

[QUOTE=cscgal]I never even bothered with Yahoo search myself. Is it worth paying for their pad submission?[/QUOTE] Not usually.

Member Avatar for roxxy
0
133
Member Avatar for nagendra_pandey

Just type that phrase into Google and go through each result. Then add "link exchange" into your search and do it again.

Member Avatar for pctec
0
88
Member Avatar for powerpuffgals
Member Avatar for Mikeytrooper

1) Get a web hosting account. 2) Login into your godaddy account and point your domain to your new host. Your host will provide you with the information to do this. 3) Get software like NVU to create your web pages for you (don't use FrontPage if you actually want …

Member Avatar for Dogtree
0
153
Member Avatar for wayotins

1) Echo out your query to the screen. There is an error in it somewhere and that's the best way to find it. 2) Use [ code][/code ] tags when displaying your code. It makes it easier for us to read. :)

Member Avatar for psalzmann
0
185
Member Avatar for timlvs2div

Glad you found a solution to your problem. Hopefully you can help those of us when we need the help in the future. :)

Member Avatar for Robert Titus
0
84
Member Avatar for jamshid
Member Avatar for jamshid
0
58
Member Avatar for DancinMike

I'll be in South GA to visit my business partner in just a few weeks. Maybe I'll run into you. ;)

Member Avatar for stymiee
0
41
Member Avatar for conspiringfate
Member Avatar for conspiringfate

You would need to get a forum like phpbb and edit their templates to match your site. It's not hard and lots of web designers offer this service as well.

Member Avatar for stymiee
0
67
Member Avatar for conspiringfate

Since you didn't mention it in your post I'll ask you: Have to checked [url=http://www.hotscripts.com/]HotScripts[/url]? [url=http://sourceforge.net/]Sourceforge[/url]? [url=http://php.resourceindex.com/]PHP Resource[/url]? Or searched Google for [google]Photo Ad Submit Scripts[/google]?

Member Avatar for stymiee
0
83
Member Avatar for conspiringfate
Member Avatar for stymiee
0
151
Member Avatar for ShadowLans
Member Avatar for dksman
Member Avatar for donkey

[php] $newstring = str_replace('\r\n', '', $string) [/php] or [php] $newstring = preg_replace('/\r\n/i', '', $string); [/php] If that doesn't work use \n without the \r

Member Avatar for donkey
0
314
Member Avatar for nomax5
Member Avatar for GTJack

Sounds like you have an excellent background. Glad you're here to share your knowledge with us. :)

Member Avatar for stymiee
0
93
Member Avatar for ytregnn
Member Avatar for Vote4WillFree
0
175
Member Avatar for sujagr8

Firefox has a built in JavaScript console. Use it to see where the error is. It will tell you what line is causing the error and what kind of error it is. That code looks very old, too. Not a big surprise it doesn't work in Firefox.

Member Avatar for sujagr8
0
179
Member Avatar for proman
Member Avatar for sidny

Welcome to the forums, sidny. Looking forward to see what you have in store in your new website.

Member Avatar for happygeek
0
61
Member Avatar for storeowner

You need to escape your quotes: [php] echo " <center><br> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"$tablewidth\">[/php]

Member Avatar for Puckdropper
0
127
Member Avatar for bmccoll

You're already over my head. I'm just a web guy. ;) But I'm still glad you're here. :)

Member Avatar for happygeek
0
67
Member Avatar for mitchelltab
Re: hi

From the looks of it I'd say you're in the right place. :)

Member Avatar for happygeek
0
62
Member Avatar for Dark_Omen

[QUOTE=Dark_Omen]I was trying to echo the quotation " in a string, but I realized it wasn't going to work the way I thought it would, does anybody know how to do this? Thanks[/QUOTE] You need to escape it: [php]echo "This is a quote \" and it has been escaped";[/php] If …

Member Avatar for Puckdropper
0
287
Member Avatar for ncaditya

It's just the toolbar guessing. You see it happen on forum search pages all the time. I've seen forum search pages that were just created have a PR of 9. Those pages have no PR so I wouldn't worry about trying to capitalize on it.

Member Avatar for stymiee
0
92
Member Avatar for bornleeder

I'm new here myself but I have to agree with you that this looks like a great place place to be.

Member Avatar for nomax5
0
40
Member Avatar for <?php?>

[QUOTE=newonlineinfo]Do you know about mod-rewrite in php :cheesy[/QUOTE] mod_rewrite is actually a part of the Apache web server and has nothing to do with PHP. In fact, it can be used with any pages Apache serves.

Member Avatar for newonlineinfo
0
121
Member Avatar for ashneet

[QUOTE=ashneet]I have three question: 1) how can i post a variable which is an array?[/QUOTE]You can't as an array. But I don't think you're using the word "post" properly so you might want to explain yourself better. [QUOTE=ashneet]2) Lets say i post declare a variable by typing: [php]$_POST['test'] = 'hello';[/php] …

Member Avatar for ashneet
0
120
Member Avatar for Greaser

Valid code will help to ensure the search engines crawlers can parse your pages correctly. Badly written code runs the risk of casing parsing errors and thus not being indexed. But valid code does [b]not[/b] give you a boost in the rankings.

Member Avatar for newonlineinfo
0
114
Member Avatar for jordanthegreat
Member Avatar for newonlineinfo
0
93
Member Avatar for ncaditya

[QUOTE=ncaditya]Just a few days back my site ranked at 1st place in msn for the terms "pertusis disease". Now it is nowhere to be seen. I made some changes to the site by including 17 new sub-domains. Can this be a reason? Should I remove the sub-domains? [/QUOTE] MSN does …

Member Avatar for newonlineinfo
0
87
Member Avatar for ytregnn

[QUOTE=ytregnn][LEFT]I don't know if this is the right place (because I don't know if it's PHP-related). I've registrered two .com-domains (the will go to two dofferent unrelated sites) which I have on the same account on the sama webhost. When I asked my webhost about it they told me that …

Member Avatar for php4ever
0
104
Member Avatar for cancer10
Member Avatar for aarya

[url]http://us2.php.net/pfpro[/url] PHP has built in functions for connecting to Payflow Pro. You should also contact Verisign for more information on integrating their gateway. They may even have sample code for you to work with.

Member Avatar for aarya
0
101
Member Avatar for ep2002

You may receive a duplicate content penalty by them forwarding their domain to your site. Since they did it without your permission you should ask them to remove it immediately. If not, use the DMCA to have their site taken down.

Member Avatar for ep2002
0
87
Member Avatar for DukeNukem

Actually Google Checkout is more compareable to 2checkout then Paypal. There are some similarities with Paypal but Google Checkout is essentially just a way to accept credit card payments (like 2 checkout) whereas Paypal is so much more.

Member Avatar for stymiee
0
92
Member Avatar for mcwyuma

Most regular processors will accept your account because it is tangible goods. It's only true pornography that requires a special high risk account. If you have issues getting a regular merchant account let me know and I can point you in the right direction.

Member Avatar for zippee
0
149
Member Avatar for Cyprus_

[quote=alpha2006]You can also try Google Checkout, which is the latest payment processor by Google. If you use Google adwords, you can save money with payment processing fees.[/quote] Judging by this user's post I'd say they can't use it because they aren't in the US.

Member Avatar for stymiee
0
155

The End.