TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 20 of 20
Search took 0.03 seconds.
Search: Posts Made By: commonmind
Forum: Absolute Beginners 03-13-2009, 04:41 PM
Replies: 3
Views: 1,057
Posted By commonmind
Thanks Tony, worked perfectly :)

Thanks Tony, worked perfectly :)
Forum: Absolute Beginners 03-13-2009, 03:20 PM
Replies: 3
Views: 1,057
Posted By commonmind
How to stop table header from repeating

I'm trying to figure out how to stop some table headers from repeating.

$xml = new SimpleXMLElement($rosterxml);

foreach ($xml->guildInfo->guild->members->children() as $char) {

echo...
Forum: Show Off 03-13-2009, 01:50 PM
Replies: 144
Views: 43,148
Posted By commonmind
I apologize for the massive derailing. And thanks...

I apologize for the massive derailing. And thanks again for the help, the both of you.
Forum: Show Off 03-13-2009, 06:00 AM
Replies: 144
Views: 43,148
Posted By commonmind
I think that's the most exciting part. I admit...

I think that's the most exciting part. I admit that I didn't give PHP any real attention before. I assumed it was just a solid architecture for web forums. That was until I started paying attention,...
Forum: Show Off 03-13-2009, 05:57 AM
Replies: 144
Views: 43,148
Posted By commonmind
Thanks so much Krik, worked flawlessly. I'll take...

Thanks so much Krik, worked flawlessly. I'll take some time and try and understand a bit of what's going on in the above code (thankfully I recognize a good deal more of it now), style the page, and...
Forum: Show Off 03-12-2009, 05:02 PM
Replies: 144
Views: 43,148
Posted By commonmind
I was just looking back through the thread for...

I was just looking back through the thread for some pointers, and I don't think I posted a link to my site in any of my messages. It's nothing fancy, and all of it is of course CSS/HTML -- definitely...
Forum: Show Off 03-12-2009, 02:48 PM
Replies: 144
Views: 43,148
Posted By commonmind
Thanks Krik. When I put the two blocks together,...

Thanks Krik. When I put the two blocks together, as follows (of course, inserting my own guild's name and server):

<?php

$url = 'http://www.wowarmory.com/guild-info.xml?r=server=guildname&p=1';
...
Forum: Show Off 03-11-2009, 08:15 PM
Replies: 144
Views: 43,148
Posted By commonmind
Not a problem. I've worked through getting the...

Not a problem. I've worked through getting the data (thanks to the help of yourself and other members), now I'm just trying to figure out how to incorporate it into an HTML page so that I can...
Forum: Show Off 03-11-2009, 01:35 AM
Replies: 144
Views: 43,148
Posted By commonmind
Thanks codeguy. And no harm done, really. I...

Thanks codeguy. And no harm done, really. I wasn't trying to ruffle feathers or anything like that, and hopefully when all is said and done I can add something constructive to the community in some...
Forum: Show Off 03-10-2009, 11:37 PM
Replies: 144
Views: 43,148
Posted By commonmind
I'm sorry you feel that way; I've spent a good...

I'm sorry you feel that way; I've spent a good deal of time attempting to learn as much as possible, with the intention of doing it myself. Unfortunately, my aptitude for this sort of thing began to...
Forum: Show Off 03-10-2009, 09:36 PM
Replies: 144
Views: 43,148
Posted By commonmind
Worked beautifully. Viewing the source gives me...

Worked beautifully. Viewing the source gives me the expected data; now, getting it to display on the page...that's the next obstacle...
Forum: Show Off 03-10-2009, 07:00 PM
Replies: 144
Views: 43,148
Posted By commonmind
And that's probably where I'm going wrong,...

And that's probably where I'm going wrong, because I'm literally just inputting that code (with the correct URL of my guild/server, of course) into the editor, saving it, and trying to view it.

To...
Forum: Show Off 03-10-2009, 06:09 PM
Replies: 144
Views: 43,148
Posted By commonmind
Okay, I'm unable to view the data from using this...

Okay, I'm unable to view the data from using this bit of code:

$url = 'http://www.wowarmory.com/guild-info.xml?r=YOUR+SERVER&n=YOUR+GUILD&p=1';
$ch = curl_init();
curl_setopt ($ch,...
Forum: Show Off 03-09-2009, 12:03 PM
Replies: 144
Views: 43,148
Posted By commonmind
You say without cURL; how did you achieve this,...

You say without cURL; how did you achieve this, and what's the major difference here.
Forum: Show Off 03-09-2009, 06:11 AM
Replies: 144
Views: 43,148
Posted By commonmind
I appreciate the guiding hand Krik; I'm going to...

I appreciate the guiding hand Krik; I'm going to spend some time working through the above and seeing if I can't figure this thing out. I'll report back as soon as I've sufficiently broken something.
Forum: Show Off 03-08-2009, 11:21 PM
Replies: 144
Views: 43,148
Posted By commonmind
Wondering if someone could post the full PHP code...

Wondering if someone could post the full PHP code they used to achieve displaying their roster on their own page, so I can make some sense of it. I've gone back through the thread, but the snippets...
Forum: Show Off 03-07-2009, 09:52 PM
Replies: 144
Views: 43,148
Posted By commonmind
I really appreciate the lengthy and detailed...

I really appreciate the lengthy and detailed response. Taking your advice, I've spent the morning with some MySQL and PHP tutorials, and despite my aforementioned hesitation to learn an entirely new...
Forum: Show Off 03-07-2009, 01:15 AM
Replies: 144
Views: 43,148
Posted By commonmind
Well, what I was asking for was a simple...

Well, what I was asking for was a simple step-by-step guide for setting up this specific functionality on my site, so I could forgo learning an entirely new aspect of web development. That's not...
Forum: Show Off 03-06-2009, 11:56 PM
Replies: 144
Views: 43,148
Posted By commonmind
Well, I was hoping I could copy and paste a few...

Well, I was hoping I could copy and paste a few lines of code into Dreamweaver and take the easy route. Unfortunately, that doesn't look to be the case.

And I appreciate the recommendation, but a...
Forum: Show Off 03-06-2009, 09:05 PM
Replies: 144
Views: 43,148
Posted By commonmind
So, I've been beating my face against a wall...

So, I've been beating my face against a wall trying to figure out how to integrate armory data into my guild's website (http://www.enemyofthealliance.com) when I finally came across this page and...
Showing results 1 to 20 of 20

 

All times are GMT. The time now is 11:09 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design