Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~639 People Reached
Favorite Tags
Member Avatar for SureEM25

hello ive been trying to get my .htaccess file working but nothings doing the trick. here is the code that i am using. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php

Member Avatar for SureEM25
0
163
Member Avatar for SureEM25

So i have created this code that is grabing info from a server, the string that it is giving me has these specail charecters that i need to get rid of, then I need to exploade it by another. Here is my code: function fetch_server_info($ip, $port){ $socket = @fsockopen($ip, $port, …

Member Avatar for SureEM25
0
158
Member Avatar for SureEM25

Hello I am trying to add a Image to my header where it will show the body background but it is not doing as i need, here is my code C:\Users\SureShotM\Main.cssbody { background-color:#4E9258; } #container { margin: 0 auto; width: 700px; background:#fff; } #header { background-image:url('MineMad.png'); background-repeat:no-repeat; background-position:left top; padding: …

Member Avatar for SureEM25
0
105
Member Avatar for SureEM25

Welcome every one I am very glad to be here. It good to be talking to fellow programers and web designers. I am just learning python, I know little visual basics, I use html with dream weaver, and I also use drupal.

Member Avatar for Christing
0
35
Member Avatar for SureEM25

Hello currently I have started a project for my school. The project is a program that can factor a trinomial. So far I have it set up to take the users inputs. then it multiplies two of the inputs to get a new number. My problem is that i need …

Member Avatar for wallars
1
178