Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #18.7K
Ranked #4K
~2K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for Specdro

[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); …

Member Avatar for Dani
0
350
Member Avatar for shortd81

[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 …

Member Avatar for notepage
0
159
Member Avatar for mcldev

[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.

Member Avatar for mcldev
0
124
Member Avatar for zixp

[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() …

Member Avatar for rice_web
0
68
Member Avatar for phpnovice

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 …

Member Avatar for phpnovice
0
286
Member Avatar for tsabar

[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 …

Member Avatar for pcarlow
0
345
Member Avatar for imzac

[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 …

Member Avatar for Alcides
0
392
Member Avatar for raydar100

[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 …

Member Avatar for rice_web
0
162
Member Avatar for Tsunami

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 …

Member Avatar for rice_web
0
227
Member Avatar for server_crash

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, …

Member Avatar for rice_web
0
135

The End.