No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
[QUOTE=huwgomez]Try this as the query on ur second page. worked for me. (Got this off Roberdin) $query = "SELECT * FROM mobsters where ID='{$_GET['ID']}'"; Huw.[/QUOTE] Don't forget an if(...) { ... } statement. Setup something like this: [PHP] $pageID = $_GET['ID']; if(is_numeric($pageID) && $pageID > 0) { $pageID = round($pageID); …
[QUOTE=shortd81]Not sure if this is in the right place, if not please move. I'm looking to make my own rss feeds, and need some nice tutorials. I googled it but only got rss feeds for your site not how to make them. Thanks :?:[/QUOTE] You can start by looking at …
[QUOTE=mcldev][COLOR=Green] <option>SFone</option> <option>CTI Desktop</option> <option>Real-Time Monitor</option> [/COLOR][/QUOTE] I don't really care to connect to a server to try this out, but even if this doesn't fix the problem, you should always use closing tags. Even <br> tags are now <br /> tags, for instance.
[QUOTE=zixp]I am using php to search the file names of about 10,000 files. It works now, but for it to find the file the search phrase has to be found exactly within the file name. I would really like to get a fuzzy search feature workings, but things like similar_text() …
I think there's a reason that those sites point you to Yahoo! As far as I know, nothing like that is available. However, since that data is just that, data, you could build a parser with extensive searching (a la preg_match) and simply steal Yahoo!'s information for everything. I've got …
[QUOTE=Iron_Cross]My guess is that it's the cache. That happens to me too only when I'm developing in ASP.NET my computer caches the page, so I have to hit refresh to see the updated page. Just give it an hour or so and you sohuld be fine. I think you can …
[QUOTE=Alcides]Anyone else have any feedback on this. I just came up with this on the fly from the little I do know about PHP. I didn't test this. Alcides. :rolleyes:[/QUOTE] That's about right. I mean, obviously, it can get pretty complicated, as in my two software projects (sorry, only one's …
[QUOTE=raydar100]has anyone created a php website that provides eteamz like functionality. Can I get a copy of the scripts? Thanks[/QUOTE] Umm... good news and bad news. Yes, I did indeed develop software just like eteamz, complete with statistics. I wrote the software for a basketball league that didn't last six …
I had started using HTML when I was about twelve, so it may not be applicable, but two years ago a client came to us needing a database-driven website for statistics, scheduling, rosters, etc. for their entire basketball league. We began working with them about two months before the season …
I was able to land a job as webmaster for my school district in my freshman year. For the past two years, we've been working heavily with PHP and Javascript which gave me a great background for working with Java (I had already studied QBasic and C++ on the side, …
The End.
rice_web