I have a PHP Script that parses input from the user, then it selects a table from a database and loads the results into a memory for faster searching...
Below is my code:
$ingredientID = array();
if (!(empty($newQty)) || !(empty($newName))) {
include_once("dbconn.inc");
global...
+FileInfo ?
You mean something like Options +FileInfo needs to be added to the .htaccess file in order for the Rewrite rule to be applied?
When I did that I received a 500 Internal Server Error. I don't have direct access to the httpd.conf either.
I am trying to rewrite some dynamic url's for a site that I manage because the url that gets generated looks something like this:
index.php?page=rhinovations&content=Slideshow&type=bathroom&view=slide&album=2
and below is my mod rewrite statements in the .htaccess file:
Options...
I have a calendar script that when ran, querys a database to see if any events exist, if any do, it should BOLD the font of the date associated with the date entry in the database. The code works, except for bolding of the font. I cannot figure out how to change the bolding of the font. Any...
Ok, I've been playing with my tabs for the past hour or so and I have one last question.
http://www.infini-source.com/test_site/test.php
If you view the page in IE, you'll see the About tab is flush with the bottom border. But if you view it in Firefox, the About tab and all other subsequent...
Well I floated all but the first tab to the left and didn't get the look I was looking for, so I floated all of them. Now it looks correct in Firefox, but not IE... lol geez, does IE's implementation of CSS drive anyone else nuts?
I put the doc type in... not sure how I missed that, but thanks for reminding me...
The display:block; works but each "tab" is displayed ontop of eachother... I know this is probably something simple, but for the life of me I can't figure out what I am doing wrong.
I am playing around with CSS and I am having a problem with a class not displaying properly in Firefox, but does display in IE 6 and 7 just fine.
The site in question is -> http://www.infini-source.com/test_site/test.php
The CSS file is -> http://www.infini-source.com/test_site/test.css
The...
Is there a way to set all inbound ports to the dialer 1 interface as stealth and not closed? Right now, my router repsonds that all ports are closed and I would like for the router to not respond at all. I've looked in the interface's commands and couldn't find anything like that.
Any ideas...
I have a Cisco 827 Router that currently does not port forward anything to the internal network. However, I do want to port forward to a linux box running SSH. How would I accomplish this? Any suggestions?
Thanks,
Paul
I am trying to find some information on how to import an excel sheet into an existing access database.
I have VB.net 2003 Standard installed with Office 2003 Pro.
What would be the easiest way to accomplish this?
Any suggestions would greatly be appreciated!
Hello...
I am in the process of writing an application using VB.Net 2003 for my work that will batch process users from a CSV file. The problem that I am having is with this line of code:
Imports ActiveDS
Dim grp As IADsGroup
grp =...
LOL! Well... I did figure out the problem with your code.
After the objmailbox.CreateMailbox(strUrL) line insert this:
n.SetInfo()
It worked for me... :D
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.