I'm told we have to convert our PHP based intranet to .NET. No one on the team programs in .NET and there is a huge uproar. How difficult is it to start work in .NET?
Digatle
I need to modify my SQL query (seen below) to exclude result. What I need to exclude is:
WHERE `category_id`=\"90".$dept."\"
How do I add a statement to exclude this information?
$menubardep = mysql_query( "SELECT `category_id`, `url`, `description` FROM...
I need to modify my SQL query (seen below) to exclude result. What I need to exclude is
WHERE `category_id`=\"90".$dept."\"
How do I add a statement to exclude this information?
$menubardep = mysql_query( "SELECT `category_id`, `url`, `description` FROM...
I'm having trouble with one piece of my php code. My problem is I have this routeen:
---
print "<select name=\"app\" style=\"font-size: 10px\" onChange=\"location=document.jump.app.options[document.jump.app.selectedIndex].value;\"...
I've started writting the database and PHP to go with it. So far everything is great but I've got a delima.
I have a table called spidernet_application. The way we want the site to work is that there is a Division (6) and Departments under them. I've written it so that blog_id = Division and...
I'm wondering if there is a way to store an image in MySQL or if I have to put it somewhere that would be fine too. Here's what my code looks like:
<?php
print "<html><head><title>StockNet</title></head><body bgcolor=\"#FFFFFF\">";
print "<center><form><table...
I'm working on this Javascript for a PDF and I'm trying to bold the word "CANNOT" from within this line. How do I bold?
i = app.alert("Advise member that tax payments CANNOT be accepted by our tellers. They should contact the IRS directly.", 3, 0)
Digatle
Really a stupid question but I thought I would ask anyway.
We run Active Directory here. Our network Administrator said we don't have an LDAP server yet but I can build you on in about a week or so (after the holiday's). Is Active Directory an LDAP server or are the two beasts completely...
I've got the following code for specific needs to build a cookie:
<Identifying the User Logged on to a Remote Computer>
strComputer = "RemoteComputer"
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer &...
I have the following code written so that I can display news in our company's format. What I'm trying to figure out is how to write an IF statement within this code to enable the **'d portioned to be seen or not be seen.
Here's the code:
<?php
while ($a_row = mysql_fetch_array( $divisionNews...
Is there a way that ASP can talk to Active Directory to find out who's birthday it is today? We have a field we use called info1 that has our members birthday in it because it's not a typical field in AD.
Digatle
I'm looking for the javascript that when you clicked on certain text it would open up more text or another paragraph. Click it again and it would close the paragraph. I've gone to several javascript houses however I don't know what it's called.
Digatle
Is there a way that you can code a PHP page to open a program locally with a specific page? So like open "notepad" and edit the .php page, click File -> Save and it's updated?
Digatle
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.