Hello gurus!
I have an xhtml page. No component seems to get populated with bean data. I have tried components that work on other pages and they will not work on this page. They will display but the dynamic data is empty. For example I have a dropdown list that will populate on other pages...
Gurus,
Can i make the results of a query display like this
Content a attribute 1 attribute 2
Instead of:
Content a attribute 1
Content a attribute 2
Where content can have multiple attributes?
Hi Gurus,
I just inherited a .net app and I am a PHP programmer. THe error looks like this:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error...
Hi,
I have a curl script that I am developing, it needs to post username and password to a windows authentification, then on the next page is a form looking for username and password. How do I post to the windows authentification(.htaccess) then post to the login form a user and password...
Hi Gurus,
I am attempting to write a function that will go through a block of text and extract the needle and from the haystack. But I want the text before and after the needle as well.
function findTerms($term, $content)
{
strip_tags($content);
$pieces = explode(".", $content)...
Hi Gurus,
I am using code from yahoo developer network to retrieve/parse the XML below into an Array:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <SearchResult count="388" xmlns="">
- <products>
- <productSummary id="1010042542">
<manufacturer sku="45010" name="Elite...
Guru's,
Once again I need your help please. I have three arrays each array is based on its own database quiery - select * from ____
1 array. Departments
2 array. Category
3. array. Subcategory
It looks like this:
Array
(
[0] => Array
(
[DepID] => 10015...
I have an iframe open via a link. When I try to access the querystring of the referring page it is blank, so my $_GET[] is null. Is there any way to reference the querystring using $_GET. Can I do a fake HTTP_GET.
Hi Folks,
I have a table called DEPT. It has 24 fields. I have 24 possible form variables that can be stored in my form array. I am attempting to loop through my form array, and each insert 'Y' into each database field that matches my form variables name.
What I have is inserting but if I...
Hi,
Im using PHP sendmail on an Apache/Windows server. Whenever an email is sent out - the From: header says Root User. For exp.
From:Root User <peoples@myswebsite.com>
How do I make it say something other than Root User.
From what I can tell, and I might be wrong, There is nowhere in the...
Gurus,
I have a flat file where each record looks like the record below: Each record is 256 characters
625012C0010010070897111605 NIKE AIR FORCE ONE 7871077 15OZ 0001000000319000000002085000001HITOP 000000010007870 100000101000000000 00120001004...
Hi,
I am attempting to make a CSS/PHP photo gallery. I have php pulling .jpg images from directory. Then with a loop pull images out.
What I am asking is if it is possible with CSS to create a thumbnail of the image, then when I hover over I can get a larger size.
Hi Gurus,
I have set up multiple virtual host and would like for them to be able to be pulled up without typing www. in the web address. Ex. Instead of typing www.mywebsite.com you can just put mywebsite.com and it the name will resolve.
I am currently using the the following...
Hi Gurus,
I have a variable called $content which holds binary data(jpeg image). I want to display the jpeg in a web browser but I have to remove the first 5 bytes from the binary data before it will display properly. How would I remove the first 5 bytes on $content.
Thank you: Heres my code...
Gurus, I am attempting to pass a form variable into ORACLE select statement. It works when the variable value is hardcoded but when I try to include it as variable it bombs out.
Here is my code.
<?php
$st = $_REQUEST['searchterm'];
print_r($st);
echo "<html> \n <body>";
if($dbconnection...
Gurus,
My file looks like this.
SID Red Green
3142 1 1
1008 0 1
5241 1 0
I would like php to read this file tab delimited file then update column RED or Green based on the SID's that I supplied.
How is this done?
Do I add everything to an array first?
Thank...
Hi Gurus,
I have have a page in which I attached (3) includes. The first include generates links from a sql query and generates a menu, the second include generates a table filled with data from an sql query. The third include generates detailed info about the user that is logged in via an...
Hi Gurus,
I have a query below:
select o.loc_num AS "LOCATION", o.case_id AS "CASE_NUM",
i.division AS "DIV", substr(o.store_num,1,length(o.store_num) -1) AS "STORE", o.ctrl_dt AS "DATE"
from ord_case o, cases c, item i
where o.case_id = c.case_id
AND c.item_num = i.item_num
AND...
Gurus,
I have a table that stores numbers in the from of 25516 but for purposes of my query I wish to drop the 6 so that it only shows 2551 - how can I format my query to exlude that last number for showing in the query [ponder]
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.