236 Posted Topics

Member Avatar for jewboy

I voted yes, but I really don't have a strong opinion one way or another. [j-k] With my luck I would find that all the people living near me would hate me lol [/j-k]

Member Avatar for JJ___
0
321
Member Avatar for iwonder

Just for kicks try searching yahoo or msn. Their results are not so geared towards backlinks and since the 2.0 modrewrite version (if it exists) is newer it won't have as many backlinks.

Member Avatar for iwonder
0
222
Member Avatar for techhelpforme

You will want to add: DirectoryIndex to the .htaccess file for each directory. There may be another way to do this, but this should work. So for example: In the directory: phd/ add this line to your .htaccess: DirectoryIndex phd.html

Member Avatar for techhelpforme
0
169
Member Avatar for Facey

You mean that you want to create a web page to do this? You can see how to create a dropdown box [URL=http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2]here[/URL]

Member Avatar for Facey
0
569
Member Avatar for hbmarar

Why don't you go to the site of the creators of the software? You can try the [URL=http://www.phpbb.com/support/tutorials/display.php?t=phpbb2_admin_install]tutorial[/URL].

Member Avatar for mediaphyte
0
246
Member Avatar for starsunited

If you really want help you should post your code, or at least the portion you feel is causing the problem. Offhand it sounds like the zip file on the server has gotten corrupted somehow.

Member Avatar for starsunited
0
346
Member Avatar for ! !

I think he is saying he is using other peoples accounts to advertise so he doesn't have to pay. Sounds illegal to me...

Member Avatar for jackoamerica
0
212
Member Avatar for Alcides

Try it this way. Added / on very last line. [CODE]<!ENTITY % ft7777 SYSTEM "http://www.alcides.net/newsite/dtd/ft7777.dtd"> %ft7777; ] />[/CODE]

Member Avatar for DanceInstructor
0
234
Member Avatar for Yaz
Member Avatar for marcopb

Change: Redirect /google.html [url]http://www.google.com[/url] to: Redirect /Rewrite_Tester [url]http://www.google.com[/url] or it may need to be: Redirect /Rewrite_Tester/ [url]http://www.google.com[/url] depending on your apache installation. It looks like Redirect only accepts paths and not file names. You also realize that Redirect is mod_alias yes?

Member Avatar for DanceInstructor
0
137
Member Avatar for JJ___

There is a little bit of delay from when you make your 10th post to when you can actually add the signature (not sure why). So if you view your control panel now you should able to see where to add your sig. If not today then definitley by tomorrow

Member Avatar for JJ___
0
282
Member Avatar for JG_

Your question is very vague. Are you talking about styling or about data retrieval? If styling then yes. For data retrieval you will need some kind of scripting language involved.

Member Avatar for DaveSW
0
170
Member Avatar for kc0arf

One way to do it would be to make an animated gif as the mouseover image. I could make gifs for you if there aren't too many of them. Just be sure of the size though, wouldn't want to do it twice :)

Member Avatar for OverDoser
0
126
Member Avatar for adromidon
Member Avatar for Dani

In the short time that I have been here (less than a week) I have seen your posts sooo many times. Seeing you here so much has helped to keep me coming back. Not only that but you are always friendly, informative, and [B]encouraging more discussion[/B]. To me that is …

Member Avatar for betts01
0
678
Member Avatar for Danielle

Hmm never used this so..... (im not sure) go to Slide Show choose Online Broadcast choose Record and Save a Broadcast Like I said I've never used Powerpoint so I'm not sure.

Member Avatar for Danielle
0
92
Member Avatar for dsgnews

Are you using a scripting language to send the query? Like php or asp? If so you will need to post the code you are using to submit the query.

Member Avatar for DanceInstructor
0
115
Member Avatar for autocrat

I wouldn't use frames at all if possible. You can use PHP or Javascript to do this. Javascript: +you don't have to reload the page +probably faster -must upload all pics at once (i think..) -possible browser support issues(not likely tho) PHP: +better browser support (browser sees nothing but html) …

Member Avatar for autocrat
0
175
Member Avatar for davespink

There is a pretty good tutorial [URL=http://www.sitepoint.com/article/guide-url-rewriting]here[/URL]. There is also a tutorial here on Daniweb at [URL=http://www.daniweb.com/tutorials/tutorial12725.html]this link[/URL] that deals with rewriting for vbulletin. I haven't read the tutorial here on Daniweb, but I'm sure there are lots of questions and answers that may be helpful as it is a …

Member Avatar for davespink
0
200
Member Avatar for corewizard

The founder coded most of the backend herself. I'm sure she would sell you a version of it for the right price.

Member Avatar for Phaelax
0
143
Member Avatar for buck_nakie

Well this line will definitly cause you some problems: $newcount = mysql_query ("SELECT

Member Avatar for Phaelax
0
86
Member Avatar for alienpyro

Ok. The problem comes when you use ' inside your statement with ' on the outside. So something like this is not good: echo 'some text 'more text' and more text'; PHP expects 'more text' to be some kind of variable or operator. I think you will need to use …

Member Avatar for Alcides
0
170
Member Avatar for sham

Yes Internet Explorer supports Javascript. What type of application are you trying to develop?

Member Avatar for Dani
0
356
Member Avatar for endortrails

Put it in the body tag: [HTML]body { text-align: center; margin: 0px; background: transparent url(http://www.thadallender.com/blog/images/bg_slim.gif) repeat-y 100%; }[/HTML]

Member Avatar for Dani
0
217
Member Avatar for Antonbomb22

You may have to change the ownership of the dir or file or just make it 0777.

Member Avatar for DanceInstructor
0
102
Member Avatar for ! !

Funny thing. Semi related to this. If you type in the keywords I set my site up for, I don't show up on Google, but daniweb does. Google rates daniweb higher than my site due to links. So type in "dance teacher country raleigh nc" and you will see that …

Member Avatar for Antonbomb22
0
168
Member Avatar for sencer2000

If the page does not load automatically you may need to add index.php to the DirectoryIndex directive in the apache conf file. Find your http.conf file, probably in this directory: C:\NEMO\Apache Group\Apache\conf Open http.conf and do a text search for DirectoryIndex The line should look something like this: DirectoryIndex index.html …

Member Avatar for sencer2000
0
230
Member Avatar for DanceInstructor
Member Avatar for stargate3216
Member Avatar for Grumpy

Maybe you didn't post all your code.... But I don't see where you have retrieved your variables from $_POST. You will either need to assign them at the top of the script like this: [PHP]$firstName = $_POST['firstName']; $lastName = $_POST['lastName']; etc....[/PHP] or use the $_POST variables in your query: [PHP]$query="INSERT …

Member Avatar for Killer_Typo
0
235
Member Avatar for ep2002
Member Avatar for DanceInstructor
0
173
Member Avatar for vipula

You can use explode to create an array from $name (users input) like so: [PHP]$name = $_POST['name']; $name_arr = explode(' ', $name);[/PHP] then create a seperate query for each search term in your array: [PHP]foreach($name_arr as $key => $name) { $query="SELECT * FROM staffpub WHERE"; $query.=" authors LIKE '%$name%'"; $query.=" …

Member Avatar for DanceInstructor
0
300
Member Avatar for DanceInstructor

DaveSW I hope you will help me :) At this [URL=http://www.AgentsWarZone.com/forum/home.php]site[/URL]. There is a vertical menu on the left side of the page. It uses some javascript for styling and animation. It works fine and looks good in firefox, but in IE as you hover over the different menu options …

Member Avatar for DaveSW
0
214
Member Avatar for goaldrush
Re: Huh?

It doesn't update right away. It will go away soon don't worry...

Member Avatar for chrisxkelley
0
113
Member Avatar for autocrat

There is more than one way to do this. Do you want to use an i-frame (probably not)? If not this is one way: [HTML]<html> <head> stuff.. </head> <body> template stuff... <!-- time for user content --> <?php include_once('user_content.php'); ?> more template stuff... </body> </html>[/HTML] As far as I know …

Member Avatar for autocrat
0
245
Member Avatar for hbmarar

Could you post your code pls. It will be much easier to help you if we can see your code. Let's start with the page you use to create the database and table.

Member Avatar for DanceInstructor
0
324
Member Avatar for autocrat

It would be cool if you posted your code. That way noone would have to guess if they didn't understand your description of the problem...

Member Avatar for DaveSW
0
435
Member Avatar for bengoheen

Its kind of hard to tell since there is a scripting language involved, but we definitly should not be able to see the following in your source code: [CODE]<% if($mc->hasVirtualTours() && $mc->hasOpenHouses()) { $cellWidth = 25; } else if(!$mc->hasVirtualTours() && !$mc->hasOpenHouses()) { $cellWidth = 50; } else { $cellWidth = …

Member Avatar for tgreer
0
148
Member Avatar for Decency
Member Avatar for DanceInstructor

I have a suggestion for any forum that deals with job offers. How about locking posts that are more than a month old? [RANT] When I come to the forum I browse thru most of it. The only places I don't check very often are: software development, tech talk, and …

Member Avatar for zeroth
0
111
Member Avatar for skyhawk133
Member Avatar for meksikatsi
0
126
Member Avatar for Juninho

Try this: [CODE]<input type=\"radio\" name=\"question[]\" value=\"1\">$row[2]<br /> <input type=\"radio\" name=\"question[]\" value=\"2\">$row[3]<br /> <input type=\"radio\" name=\"question[]\" value=\"3\">$row[4]<br /> <input type=\"radio\" name=\"question[]\" value=\"4\">$row[5]<br />[/CODE] You also may need to add this somewhere: [PHP]$My_Array[] = $_POST['question[]'];[/PHP] or maybe just: [PHP]$My_Array[] = $_POST['question'];[/PHP] can't remember lol.

Member Avatar for DanceInstructor
0
174
Member Avatar for redsabre
Re: cgi

I don't know perl, but I bet if you go to google and search for "perl contact form" you will find something to work for you in the first 5 or so results. Uh oh I think we might get another forum :p at Dani

Member Avatar for Comatose
0
274
Member Avatar for pgroover
Member Avatar for pgroover
0
107
Member Avatar for sweet_jam_in

You can escape problematic characters with \ so to have a % inserted into the database it would have to look like \% in the query. You can read more about it [URL=http://dev.mysql.com/doc/mysql/en/string-syntax.html]here[/URL]. There is also a high probability that VB (I'm not familiar with VB) will have a function …

Member Avatar for DanceInstructor
0
130
Member Avatar for johnnybt

[PHP]$message = "$name$teamname$email$tiebreaker$team\";[/PHP] I think should be this: [PHP]$message = "$name$teamname$email$tiebreaker$team";[/PHP] or is that the first error you fixed? Try echoing all your vars to the browser so you can see what they look like. [PHP] echo($_POST['name']); echo($_POST['teamname']); etc... [/PHP] My guess is one of the _POST vars is not …

Member Avatar for PoA
0
137
Member Avatar for DanceInstructor

I got past my earlier jaggies issue :) and now I'm trying to decide on some colors. The one thing I would like to keep in this pic is the red circle, I'm open to changing other stuff though. What does everyone think? What colors should I use?

Member Avatar for DanceInstructor
0
189
Member Avatar for DanceInstructor

I would like to smooth out some jaggies in a picture without making it too blurred, does anyone have any suggestions?

Member Avatar for DanceInstructor
0
111
Member Avatar for autocrat
Member Avatar for kevin_smithers

The End.