Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~18.7K People Reached
Favorite Tags
Member Avatar for ashneet

I am new with session. What i am trying to do is that if someone doesn't visit my site for lets say 5 day i want the session to expire. is there a way to do this as i am not aware of it.

Member Avatar for Balajipala
0
404
Member Avatar for ashneet

I have two servers and one of them have mysql db and one doesnt so is it possible to use mysql db in my other server while hosting my website on another. also if there is how would you do it with php.

Member Avatar for resuldeger
0
237
Member Avatar for ashneet

Well i need to make a program which would display a certain string in a triangle form in the middle of the console something like this: [code] t eee sssss ttttttt [/code] it wont display right here but i think you get the point. I am somewhat able to do …

Member Avatar for LizR
0
145
Member Avatar for ashneet

Hello, I am using a GeoLite Country ip csv and storing it in the db. it contains ip numbers which are normally huge. My problems comes when I search for some of these numbers. my query: [CODE] SELECT * FROM range WHERE range1 >= 1213099967 [/CODE] This query works fine …

0
47
Member Avatar for Rmontague

I am humbly requesting your opinions in an issue that is driving me crazy... I currently maintain a few "Financial" websites. This sites are simply used to display stock data from the day before. We get the prices in an Excel sheet. Is there a way to parse the spreadsheet's …

Member Avatar for ashneet
0
63
Member Avatar for ashneet

Hello, I have uploaded a test page on [URL]http://test.eezs.com/[/URL] The problem is that the content part of the page is not touching the bottom of the page. I have run this site in FireFox and it displays the way I want it to display but in IE it wont work. …

Member Avatar for MidiMagic
0
435
Member Avatar for ashneet

Hello everyone Just wanted to ask if any one know a reliable and reputable hosting company. I am going to be hosting a e-commerce website on it so i need it to be good. I dont want the hosting to be too expensive but something like godaddy.com wont work because …

Member Avatar for coolsaint
0
147
Member Avatar for JJ___

My list: 1. Kirby Superstar - Best. Kirby. Ever. :D 2. LOZ:Ocarina of Time - Just so good. No other way of saying it. A masterpeice ;) 3. SSB:M - the best fighter in the multiverse :D 4. Starfox - It's a 3D SNES game! :surprised 5. Simpsons:Hit and Run …

Member Avatar for maravich12
0
989
Member Avatar for ashneet

I know how to use PHP very well and I want to learn how I can implement XML into it. This is because I am planning on developing multi-part program with one main core. Can any one tell me good books which can help me learn XML and how to …

Member Avatar for ashneet
0
58
Member Avatar for ashneet

Hi I made a function which is suppose to send email, only problem is that I can send the email but its blank so can anyone tell me what I am going wrong. [code] //Function that send multipart emails function email2($TO, $PREMADE, $FROM = false) { //headers for emails //create …

Member Avatar for cereal
0
175
Member Avatar for ashneet

Hi I am you can say a novice website designer and I made a layout for my website and it works in some browser and have issue in other. Here is a link to where you can see my template: [URL]http://71.185.46.175:8080/[/URL] If you dont feel safe opening the link or …

Member Avatar for ashneet
0
98
Member Avatar for MB1765

Hello to every body who visit this thread I want to prevent view source(html tags & javascript scripts) of the page with php. I've studied php manual withuot any success how can I do it? Is it possible

Member Avatar for MB1765
0
181
Member Avatar for ashneet

I dont really have code for this but here it goes. First of all I have basic knowledge of JavaScript and have moderate knowledge of php. What I am trying to do is when someone click on a link. It will display a hidden form via Javascript modifying CSS(which I …

Member Avatar for MidiMagic
0
58
Member Avatar for ashneet

Here is a function I made: [code]function dis_sub(CID,ALI,NAME,PIC,EID) { SUB_CAT+CID.ALI.value = ALI; SUB_CAT+CID.NA.value = NAME; SUB_CAT+CID.IDD.value = EID; }[/code] It is saying that I have syntax error right after the = sign. Also SUB_CAT is not a variable.

Member Avatar for ashneet
0
78
Member Avatar for RobLamb

Hi Everyone. Still have had no joy on my last post but here is another. I am uploading an image to a blob field in MySql DB. Again, on my local machine its fine...however, on the server it does not get added to the field. All other information is added....eg …

Member Avatar for ashneet
0
81
Member Avatar for ashneet

I made a small program which will encrypt my files using xor encryption method. It work but to encrypt 11MB file it take like 20 mins. any suggestions on how to make it faster would be nice. This is the function that encrypt (this is a thread): [code] [COLOR=#0000ff][COLOR=#0000ff]public[/COLOR][COLOR=#0000ff]void[/COLOR][COLOR=#000000] encrypt()[/COLOR] …

Member Avatar for Lord Soth
0
113
Member Avatar for ashneet

I am new at c# so i am not even sure if this is possible. This application i am making is a win app and its purpose is to make xor encrypted file. when i try to encrypt large file it takes long time so i am trying to make …

Member Avatar for Killer_Typo
0
101
Member Avatar for ashneet

Problem: I have two tables and those two table have one field in common which is "S_ID" first table have 2 fields: "S_ID", "T_ID" second table have these fields: "S_ID", "First", "Last" ---------------------------------- What i want to do is that i need to extract the the field "S_ID" from the …

Member Avatar for ashneet
0
102
Member Avatar for ashneet

well I am using this code to format my date and time: [php]$date = date("m/d/Y g:i:s A T"); echo $date;[/php] and it prints out: [code]08/10/2006 4:07:37 AM GMT[/code] The problem is that it is printing the time in GMT which is wrong as I want it to tell me the …

Member Avatar for Puckdropper
0
171
Member Avatar for ashneet

well the problem i have is that when i use tables on every diffrent screen the cells change their shape to fit the screen so all the text is wraped accordingly. is it possible to stop table from shrinking at a certain point so that the text wont wrap more …

Member Avatar for tgreer
0
105
Member Avatar for ashneet

lets say i have a file named test.html and i want to store all the text of this file into a variable named $email. how would i do that and be able to change few things in text with string replace command. I am just trying to make html email …

Member Avatar for ashneet
0
222
Member Avatar for ashneet

I have three question: 1) how can i post a variable which is an array? 2) Lets say i post declare a variable by typing: [php]$_POST['test'] = 'hello';[/php] would it transfer that variable to next page. 3) is it possible to post variable with the header command: [php]header("Location: index.php?Successful=UPDATED&hello=yes");[/php] into …

Member Avatar for ashneet
0
117
Member Avatar for ashneet

I am trying to get URL from address bar and store it in a variable. Anyone know how it may be done as i was looking on php.net and couldn't find any function that grab URL form the address bar.

Member Avatar for ashneet
0
203
Member Avatar for ashneet

I think is problem may be more connected to HTML rather then php. The issue I have is that I have a my sql db and in one of the colume in which there is a string like: [code]Testing 1 2 3[/code] but when I extract the variable all I …

Member Avatar for Puckdropper
0
145
Member Avatar for ashneet

Any 1 know if there is a way to stop this popup for comming: I used this program Hijackthis and here is its log: Logfile of HijackThis v1.99.1 Scan saved at 5:56:11 PM, on 6/13/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe …

0
54
Member Avatar for ashneet

Well my question is that is it possible to use image swap without having to put a lot of code in the head of the page. well basically i dont want to defien my images in the head instead i want to define them right before the link and the …

Member Avatar for tgreer
0
153
Member Avatar for ashneet

What i am trying to do is to extract data from mysql table into a .CSV file and then after editing upload it again to update my DB. I am planning on using php but i at the time dont know which command will convert mysql table into .CSV and …

Member Avatar for ashneet
0
98
Member Avatar for ashneet

Well i trying to make a logout link that will exit frames to go to normal html page: when someone logout this command is run 2 transfer to next page: [PHP]header("Location: index.php?result=0"); [/PHP] what i am trying to do is exit the frames so that the index file is showed …

0
55
Member Avatar for ashneet

OK I wrote this query but i keep on getting error on it: [PHP]$query2 = "INSERT INTO ATTENDANCE (Class,Time,T_User_Name,S_Number,Absent,Date) VALUES ('$Class','$S_Type','$_COOKIE[User]','$S_Number','1','$Date')"; [/PHP] the error i get from php logs is: [28-Dec-2005 17:51:07] PHP Parse error: parse error, unexpected T_VARIABLE in /test/teachers/take.php on line 27 ------------------------- line 27 is the query …

Member Avatar for ashneet
0
102
Member Avatar for ashneet

Can anyone tell me where i can find better instructions for installiation of php on a Fedora 4 Linux as the ones that are provided on php.net are not very clear.

Member Avatar for ashneet
0
188