I am using PHP5 under linux against a MS SQL 2000 database. What I want to do is insert data that involves multiple tables, I have learned the hard way that using views will not accomplish this. The tough part about what I am doing is that the secondary table's insert relies on the ID created...
I am trying to call a php script from within a php script, with limited success currently. I need to have the php script run from within a a php page and have the output display from within the top-level php, what I do currently is a call to readfile which displays the html portion correctly...
I am having a problem with my VBscript while interacting with an SQL database.
I have created two classes in vbs, one which is basically a wrapper for all of the database objects and the other an object that outputs HTML code to a web browser.
When I make a query to the database, I do it with...
I am having a problem with my VBscript while interacting with an SQL database.
I have created two classes in vbs, one which is basically a wrapper for all of the database objects and the other an object that outputs HTML code to a web browser, this question is less an ASP question than a VB...
I am now the proud new owner of a Sun Sparcstation LX, I finally have taken the plunge. I must admit, I already love it more than my Alphastation and Wintel boxes, I can't believe that I had waited so long for this. I can't wait until I can afford a big-boy.
anyway to my question.
BACKGROUND...
How can I monitor a file to see who wrote to it last, and from what program it was written in case it was a script that wrote to the file through the root account.
thanks,
--Bryan
first off here is what I have for a DNS server:
Red Hat 7.3
BIND 9.2.1
my network DNS servers reside on a DMZ, they server DNS for the outside world, behind my firewall all of my clients use private IPs and have their own DNS server. Ideally what I would like is to have a single DNS server...
I have switched my Internet connection and as a result my DNS servers live at a new address. I want to check if other name servers have received my new address yet, how can I do so??
thanks,
--Bryan
I have been trying to figure this one out, and so far have come up empty... what I want to do is parse a text file, I am working with this file by using fopen to open it, and then assigning a file pointer to it pulling it in byte by byte. When I get the bytes, I examine them, manipulate some...
I am writing a function that may have one of three possible outcomes. I would like for it to end processing once an outcome is reached and return the proper value. I know if I were doing this in C I could do something like this:
if(a==1)
{
return 1
}
if(a==2)
{
return 2
}
if(a==3)
{...
I am scripting for a website and would like to store data inside a MS SQL Server encrypted. What I am storing is sensitive data (ie. passwords) and would not like plain text stored in the tables. We are using IIS 5.0/VBscript 6.0 and MS SQL 2000 for our platform.
thanks!
--Bryan
I am recently having problems with an Acess 2000 front end linked to SQL. What I had going was the Acess connected to a SQL server using a user account for login, all of the sudden it has stopped working, so someone probably changed something within that has caused this software to not work...
I have a qmail server on which I service about 2 dozen domains. I also have SpamAssassin set up, and use Procmail in conjunction. I would like to set up my server to only service mail to my account using 1 of the 24 domains that the machine services, how can this be done? So for example my...
I'll start off with the easier of the two questions:
1) I am not sure that I am really understanding how a form works in conjunction with PHP. Currently I have some PHP scripting that will enter information into a database. The script does work, it will enter information via the website into...
How can I find all the hosts on a particular domain, for example I thought I could use dig or host to return all of the hosts on my network such as hostname.domain.com where domain.com is my domain and hostname are the hosts.
Is there a way for me to restrict e-mail delivery to my account that are addressed to virtual domains on my site? For example my server hosts two domains, A.com and B.com. A.com is my Company and B.com is some customer domain. I want my account to only receieve e-mail when addressed to...
I have a file that is inside every user home directory on my system that I need to have moved every month, and can not figure out how to do so. Currently I am trying to use "find" to do so, here is what I am trying that does not work:
find /home/ -type f -exec mv badmail badmail.old...
I have a short form for a simple PHP enabled website that I am having problems to get working correctly. My background is mainly C and C++ programing, and have only picked up HTML/PHP in the last week so bear with me. Anyway, what I want to do is simple, I have a table on a page that lists...
I have an old PII under NT4 that services my office with authentication on an NT4 domain. I have just received a nice 1U that I would like to be our new authentication server, I would also like to discontinue the use of MS server OS's in my building. What I need to do in order to do this is...
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.