Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
Favorite Forums
Member Avatar for becraig

I need to assign a variable based on its value. ie: $variable = 'value' (if value != "Session['value']" My brain is not really working atm I know there has to be a simple way to do this. I am selecting a random file from a directory and do not want …

Member Avatar for becraig
0
99
Member Avatar for becraig

So the problem I have is being able to get the value from the <asp:buttonfield /> I am using now and running a query based on this. I want when I postback to have a sql query and a gridview generated based on the string passed from the button click. …

Member Avatar for becraig
0
115
Member Avatar for becraig

I am want to be able to set the height of my iframe to automatically stretch to fit the content it is loading. I however want to ensure this does not go over a certain height eg: 690px. Does anyone have an idea of how to go about this ?

Member Avatar for ArtphotoasiA
0
84
Member Avatar for becraig

I need to find a way to parse an html file with php. the idea here is to read the file eg: [url]http://www.somesite.com/page.html[/url] Then look for a string eg: "This text is present " Then perform an action based on the whether or not that item is present. The if …

Member Avatar for JenniC
0
166
Member Avatar for becraig

I have a question I am have been googling all day with no examples I can use and need to come up with something. I want to have a Javascript session timeout which does it's own internal countdown ie: 5 mins left before your session expires etc I then would …

Member Avatar for becraig
-1
140
Member Avatar for becraig

I am trying to find a simple script to upload some php files to my webserver. I do not have ftp access over than via a GUI for the provider which sucks, I have a script running on my local server to make some file changes, I then want to …

Member Avatar for girishpadia
0
63
Member Avatar for becraig

I have a question I am have been googling all day with no examples I can use and need to come up with something. I want to have a Javascript session timeout which does it's own internal countdown ie: 5 mins left before your session expires etc I then would …

Member Avatar for peter_budo
0
70
Member Avatar for becraig

I am trying to set a page for logout from a service I use but need to kill the $_REQUEST['login']provided by that service so my logout and redirect works. I have tried the following with no luck [code] unset ($_REQUEST['login]'); header ("Location: http://www.mysite.com/mypage.php"); [/code] There has to be some way …

Member Avatar for somedude3488
0
2K
Member Avatar for becraig

I am a php noob and I have tried a few things and nothing so far has worked. I need to find some php code that allows me to do an http post and return the results into an array so I can parse the results for a string. The …

Member Avatar for becraig
0
128
Member Avatar for becraig

I am trying to change the display for some elements in an iframe eg: the iframe has the following link <a href="" onclick="window.parent.document.getElementById('element').style.display = 'none'"> however it does not seem to be working, I am trying to figure out is there a way to do this.

Member Avatar for Troy III
0
80
Member Avatar for becraig

I am trying to get a two level drop down menu to work I am using the suckerfish example but running into a problem. I want the top level to remain the same throughout w/o changing any background etc. The problem I am having I cant seem to line up …

Member Avatar for sreein1986
0
107
Member Avatar for becraig

ok I am kinda dumb so let me try to make sense I am trying to do the following 1) I want to read an html file (Done invoked CFHTTP) 2) find a value in the file which is embedded between a <li>eg <li class=class>Value I am looking for </li> …

Member Avatar for l14n
0
78
Member Avatar for becraig

I need some help here I am trying to figure out to set a php file to go to different URLS based on the request it receives. eg this code might make no sense at all I want to code for 6 different referrers. <?php if (($_GET['PID']) != '097641342sjherjy') {header.location …

Member Avatar for jtmcgee
0
138
Member Avatar for becraig

I have an issue I want to have a php file set on my server that appends to a csv file and also reads and queries that csv file for a column. eg: I want a csv file with the following columns Email, First, name I want the php to …

Member Avatar for somedude3488
0
104