801 Posted Topics
Re: vBulletin does not offer this functionality. You will need to get it out of the database yourself to display it on your homepage. | |
Re: 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. | |
Re: 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? | |
Re: Hi, Carol. I've been to the Philippines twice and loved it. I worked for an outsourcing company based there coincidentally. :) | |
Re: I hang around ab it in the PHP forum so if you have any questions don't hesitate to ask. | |
Re: Welcome tot he forums, Carey. I think being here should help your ebiz grow. :) | |
Re: [QUOTE=cscgal]I never even bothered with Yahoo search myself. Is it worth paying for their pad submission?[/QUOTE] Not usually. | |
Re: Just type that phrase into Google and go through each result. Then add "link exchange" into your search and do it again. | |
Re: 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 … | |
Re: 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. :) | |
Re: Glad you found a solution to your problem. Hopefully you can help those of us when we need the help in the future. :) | |
Re: I'll be in South GA to visit my business partner in just a few weeks. Maybe I'll run into you. ;) | |
Re: 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. | |
Re: 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]? | |
Re: You should contact the support of the people who wrote the script. | |
Re: [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 | |
Re: Sounds like you have an excellent background. Glad you're here to share your knowledge with us. :) | |
Re: 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. | |
Re: Welcome to the forums, sidny. Looking forward to see what you have in store in your new website. | |
Re: You need to escape your quotes: [php] echo " <center><br> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"$tablewidth\">[/php] | |
Re: You're already over my head. I'm just a web guy. ;) But I'm still glad you're here. :) | |
Re: [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 … | |
Re: 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. | |
Re: I'm new here myself but I have to agree with you that this looks like a great place place to be. | |
Re: [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. | |
Re: [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] … | |
Re: 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. | |
Re: Nope. Any reason you can't host the blog on your own site? | |
Re: [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 … | |
Re: [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 … | |
Re: [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. | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: [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. |
The End.