Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
Member Avatar for davy_yg

Hallo, I am trying to create session that works! This is the test admin (assign session) then afterward pass to input_image.php but I wonder why I cannot pass the index.php ? admin.php <?php //$_SESSION['banner'] = $banner; $_SESSION['banner'] = 'banner'; //$_SESSION['image_id'] = $image_id; ?> <td><a href="input_image.php"><img src="images/<?php echo $data['newfilename']; ?>" height="150px" …

Member Avatar for broj1
-1
170
Member Avatar for koneill

All, I'm trying to pass a hidden value into my php mail script - the img1 isn't displaying - in the e-mail it's coming across with just http://www.mysite.com/custom_clock/sills/ and not the img1 value The html form is here: <form name="customemail" action="mail.php" onsubmit="return SubMail_Validator(this)" method="POST"> <b>E-mail</b><br/> <input type="text" name="from" size="25"><br> <input …

Member Avatar for koneill
0
332
Member Avatar for Keyra Lee

hi guys.. i have a problem.. what i want is..i have a form with 2 textfield. i want the value after we insert data into it..the data will insert into database in one column..but how to do it?sory for my bad english..:'( my code: <td bgcolor="#A4DDED"> <strong>DL</strong> <input name="NF1" type="text" …

Member Avatar for Casperjames
0
287
Member Avatar for v1shwa

Hi, I'm creating a game where users play daily & earn points. I wanted to record the scores of each user each day for a month. At first, I thought to create 31 columns within the table & store the score in the appropriate date field. But, I think it …

Member Avatar for v1shwa
0
201
Member Avatar for Casperjames

I'm fighting with jquery flexigrid - below is my format. I can get the flexigrid to load thousands of lines if I load them all into a single page, however I want to split out pages inside my json response. According to the documentation I believe my format is correct …

0
85
Member Avatar for Casperjames

Device Boot Start End Blocks Id System /dev/cciss/c0d0p1 * 2048 499711 248832 83 Linux /dev/cciss/c0d0p2 501758 573366271 286432257 5 Extended /dev/cciss/c0d0p5 501760 573366271 286432256 83 Linux Okay, we are building a new data server that has 6 disks - we partitioned the first 4 as a RAID 1 and the …

Member Avatar for rch1231
0
584
Member Avatar for mwenyenia07

I want to get the max(id) from a table colum with variable characters. it always returns 999 as the highest yet I have values like 6008 or even over 10000. I have tried the following: 1. SELECT Max(column_name) from table_name where column_name REGEXP '^[0-9]+$' 2. isNumeric as one of the …

Member Avatar for Casperjames
0
531
Member Avatar for ImZick

hi.. how can i create a listview or Gridview which display all my data in my sql?? also with a next and previous button.. and find.. I'm been searching it for whole day but no luck.. i find a few but it required me to buy it from them?.. Can …

Member Avatar for broj1
0
2K
Member Avatar for Casperjames

I have searched the google machine to the ends of they internets and back again and tried everything from clean builds to removing registry entries. This has vexed me for the past week. It all started out as a simple application project windows form style. New project deserves new visual …

Member Avatar for Casperjames
0
2K
Member Avatar for Casperjames

Hello all, This is my first site project using codeigniter. The frontend is all html and I am using codeigniter for the backend. Everything was working fine until I added the frontend files and modified my htaccess file to not redirect to index.php but instead to index.html. htaccess looks like …

Member Avatar for cereal
0
410
Member Avatar for Casperjames

Hey all, writing some code but keep getting a javascript related "Not Implemented" error. The code is window.onload=setTimeout('loadAll()',10); The code works fine but the error is annoying in that "An error has occured.." keeps popping up. Oh how I love cross browser coding. Anyways, any input is appreciated, thanks!

Member Avatar for Casperjames
0
112
Member Avatar for Casperjames

Hey guys, using a dynamic div here to spit out definitions based on final dispositions of records. I have a database that contains all dispositions and the definitions of each disposition. I want to break after so many characters, so i use the php wordwrap() function but get an odd …

Member Avatar for pzuurveen
0
177
Member Avatar for Casperjames

Keep getting this message and it's rather annoying, google is no help at all. I keep getting a different ID every single time as well. Any help is greatly appreciated. Thanks! Broadcast message from root (Tue Feb 28 08:59:16 2012): FONmon: Apache PID mistmatch -> fpid: 10464 != mpid:

Member Avatar for Casperjames
0
137
Member Avatar for Casperjames

Here's what I want: [CODE]$practice_name = preg_replace("/\([^\)]+\)/","",$practice_name); echo($practice_name); [/CODE] But that does not work when I reference the variable then. This however does work. [CODE]echo(preg_replace("/\([^\)]+\)/","",$practice_name));[/CODE] But I do not want to update my code every time I reference $practice_name, I only want to update where the variable gets assigned.

Member Avatar for Casperjames
0
118
Member Avatar for Casperjames

So here's the scenario guys. I am currently developing a php MUD. There is a specific section where I want the content to load one letter at a time much like someone on the other end of the interwebs is typing it out to the user. (I'm sure you've all …

0
51
Member Avatar for Casperjames

HELP ME! So my dad's compaq lappy died and he bought another one from his neighbor for $100. Turns out that thing is so bogged down with nasties it's not even remotely funny. I d/l'd MBAM and tried to update. ERROR 12092, can't update last database was 12/20/2010 so I …

Member Avatar for jholland1964
0
223
Member Avatar for Casperjames

So.... Pretty strange thing is happening to me. I have a scrolling thumbnail marquee which on click pops up an image box div and replaces the thumbnail with a larger image, sets the src, then re-replaces the thumbnail. This works perfectly on my local machine but when uploaded to the …

Member Avatar for Casperjames
0
170
Member Avatar for ovidiu_b13

hello, is there any way to view only a part (portion) of website A in website B. For example, I want on my site to put a small div in which to see only the price of that object, so that the price i see is always the current price.

Member Avatar for ovidiu_b13
0
141
Member Avatar for Casperjames

So researching amniotic band syndrome the other night I came across a "Known Attack Site" warning. I got the hell out of there and after I closed my browser Firefox just sits there with a pretty white page (Untitled) while IE says "Internet Explorer cannot display the webpage". I was …

Member Avatar for crunchie
0
661
Member Avatar for Casperjames

[CODE]/** * Finds the angles of A, B, and C when given the sides. * Caleb Hess * 4/27/07 */ public class Triangle { /** *@param a the length of a for the triangle *@param b the length of b for the triangle *@param c the length of c for …

Member Avatar for Casperjames
0
237