Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 97
Search took 0.27 seconds.
Search: Posts Made By: The Reverend
Forum: General web building 04-29-2008, 11:27 PM
Replies: 1
Views: 904
Posted By The Reverend
Internet Explorer PNG in IE issues

Yes, I know there are quite a few threads on this already. My issue has to do with PNGs in the background. Most every fix I find for this only works on <img /> tags and doesn't help with background...
Forum: PHP 01-23-2008, 08:01 AM
Replies: 1
Views: 747
Posted By The Reverend
Regex problem

Okay, I'm creating a mod for some forum software and I'm trying to create a regex string that can search a post for all links and put them into an array.

Basically, what I have at this point is a...
Forum: HTML & CSS 08-16-2007, 09:58 AM
Replies: 11
Views: 1,381
Posted By The Reverend
If you open the corner in PhotoShop, it is...

If you open the corner in PhotoShop, it is 3b3b3b.

And as far as the AJAX goes, the site also works without ajax, all those links are valid links if you turn off Javascript. It's how he wants it,...
Forum: HTML & CSS 08-16-2007, 08:53 AM
Replies: 11
Views: 1,381
Posted By The Reverend
Getting a png to render properly in FF or IE

Okay, I think this is the right forum for this, please move it if it's not. I'm coding a site for a friend who designed it and I have two .png corners I am trying to use.

The test site is here:
...
Forum: PHP 08-06-2007, 03:38 AM
Replies: 9
Views: 789
Posted By The Reverend
I've made scripts before involving such things,...

I've made scripts before involving such things, make use of the trim() function before you write to the file, that should solve your issue.
Forum: Ajax and Design 05-31-2007, 11:54 PM
Replies: 5
Views: 2,453
Posted By The Reverend
Problem sending '#' via ajax

I'm new to ajax, so I maybe making a simple mistake. But whenever I send a string from a form that contains a #, that and everything after it never makes it into the database.

Can anyone tell me...
Forum: PHP 05-23-2007, 09:01 AM
Replies: 3
Views: 511
Posted By The Reverend
You might want to use a join, much simpler.

You might want to use a join, much simpler.
Forum: HTML & CSS 05-19-2007, 02:57 AM
Replies: 8
Views: 752
Posted By The Reverend
Yeah, a lot of this is compiled from a database...

Yeah, a lot of this is compiled from a database in mass, so coding errors are abounding, the main issue is getting it to show me the errors so I can fix them.

Thank you for that, it is now at...
Forum: HTML & CSS 05-19-2007, 02:46 AM
Replies: 8
Views: 752
Posted By The Reverend
I'm trying to figure out where those characters...

I'm trying to figure out where those characters are coming from, is there anyway to remove them with PHP?
Forum: HTML & CSS 05-19-2007, 02:12 AM
Replies: 8
Views: 752
Posted By The Reverend
Dreamweaver. But it's templates that are compiled...

Dreamweaver. But it's templates that are compiled from a database.
Forum: HTML & CSS 05-19-2007, 01:00 AM
Replies: 8
Views: 752
Posted By The Reverend
Nope, still has the same problem.

Nope, still has the same problem.
Forum: HTML & CSS 05-19-2007, 12:29 AM
Replies: 8
Views: 752
Posted By The Reverend
Validation issue

I'm trying to validate this page

http://www.ninercaphell.com/test/

but it keeps coming up with this error message, it doesn't make any sense to me, does anyone know what it means? There are no...
Forum: MySQL 05-18-2007, 11:33 PM
Replies: 0
Views: 649
Posted By The Reverend
Trying to select data plus a count in a single query

What I have is several news articles, I want to select the five most recent, as well as a count of the comments for each one.

There are two tables involved here, one with each news item and a...
Forum: ASP 03-30-2007, 03:03 AM
Replies: 20
Views: 1,712
Posted By The Reverend
Thanks for your reply, I've only started with...

Thanks for your reply, I've only started with this stuff in the last few days and it's blowing my mind with what you can do. Why is ASP.net less popular than PHP, or is it? How is the server load vs....
Forum: ASP 03-30-2007, 12:09 AM
Replies: 20
Views: 1,712
Posted By The Reverend
ASP Beginner: Tutorials?

I'm just starting to learn ASP, I already know PHP and Java fairly well, so I am already familiar with basic programming concepts. I used the W3 schools tutorial as a starting point, but what other...
Forum: PHP 03-19-2007, 10:53 PM
Replies: 5
Views: 1,054
Posted By The Reverend
Thanks, I used a variation of that and got the...

Thanks, I used a variation of that and got the desired results.
Forum: PHP 03-18-2007, 09:48 PM
Replies: 5
Views: 1,054
Posted By The Reverend
Regex issue - Converting a written date to a timestamp

I have a problem, somehow through one of my scripts, all the timestamps in my database were set to 0000-00-00 00:00:00. I can fix this because one of the fields contains the written date in this...
Forum: PHP 02-18-2007, 01:56 AM
Replies: 5
Views: 803
Posted By The Reverend
I did, and it does have some of the variables set...

I did, and it does have some of the variables set prior to that page and redirect, I don't know why those aren't registering though.
Forum: PHP 02-18-2007, 01:10 AM
Replies: 5
Views: 803
Posted By The Reverend
Yup. I tried that and all it does is tell me what...

Yup. I tried that and all it does is tell me what I know, those variables are 'undefined'. I'm really puzzled as to why they are not registering.
Forum: PHP 02-18-2007, 12:50 AM
Replies: 5
Views: 803
Posted By The Reverend
Sessions issue

For some reason these variable are not being registered before the person is redirected, if I use print_r on the page it's redirecting to, all of those variable are empty, does anyone have any idea...
Forum: Site reviews 02-17-2007, 10:58 PM
Replies: 1
Views: 763
Posted By The Reverend
My Revised site

I posted this a site a few months back, I've since completely revamped it, making use of a <div> based layout and streamlined all the queries that have to be done, let me know what you all think.
...
Forum: PHP 01-17-2007, 10:57 PM
Replies: 0
Views: 430
Posted By The Reverend
problem evaluating a variable in a class

I'm making a template building class and I'm using regex to match the variables and replace them, problem is that it's not evaluating right and it's replacing them with nothing.

Here's the...
Forum: PHP 11-30-2006, 06:48 PM
Replies: 4
Views: 996
Posted By The Reverend
It's a little more complicated than that, I tried...

It's a little more complicated than that, I tried using eval and it doesn't work. Here's a little more complicated version to give you a better idea.

<?php
$test = 'test';

$result =...
Forum: PHP 11-30-2006, 09:17 AM
Replies: 4
Views: 996
Posted By The Reverend
problem with nested variables

Okay, here's the problem. I have a string I retrieve from the database that contains several PHP variables, I want to evaluate it and have the variables filled in, I'm just not sure how to do this.
...
Forum: PHP 11-30-2006, 07:57 AM
Replies: 4
Views: 846
Posted By The Reverend
I've used almost the exact same query in the past...

I've used almost the exact same query in the past and it works fine for me, I don't see any problems with your syntax. Is it producing an error or is it just not doing anything?
Showing results 1 to 25 of 97

 
Forum Jump

All times are GMT +1. The time now is 06:31 AM.