I think that the issue there is that you're using HTML to do a statement it doesn't know how to intrepret. So since you're saying "include this php file" in your code, the code is still HTML. Now how we solved that issue here was we did an IFRAME and published the PHP file in the...
I think the idea is more to open a program like notepad on the client side that opens a file that is server side. While not the most "secure" way of doing things of course he's trying to find a way around not using something like Microsoft Sharepoint.
Digatle
Now for the sake of arguement:
http://longhorn.msdn.microsoft.com/lhsdk/ndp/cpovrintroductiontonetframeworksdk.aspx
This link has an overview of what .NET can do. For our intranet applications it seems like there's a lot more overhead. We're talking about applications that look at a database...
What they wanted me to add to our intranet was the ability to execute local programs. So I thought I would start with notepad. Everyone here uses Windows XP and has notepad at c:\windows\notepad.exe. So I'm trying to find a way (routeen whatever) to being able to click on an image located on...
Now I'm confused.
The CTO of the company has asked that we convert our intranet to .NET. We have an application that we have currently that is being programmed in VB and he wants converted to .NET. But we (the web intranet) currently programs it in PHP with no problems. But his goal is to...
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 just tried the code and got the following error:
Notice: Undefined variable: application in /var/www/virtualhosts/peas/html/includes/open/header.php on line 41
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in...
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;\"...
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.