Forum: MySQL Mar 30th, 2008 |
| Replies: 0 Views: 591 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:
... |
Forum: PHP Feb 14th, 2008 |
| Replies: 1 Views: 1,381 Hi,
Only way I could think of is by saving the excel sheet in CSV format and opening it in PHP and retrieving the value using the fgetcsv() function.
Here is an example... I just wrote this on... |
Forum: IT Professionals' Lounge Feb 6th, 2008 |
| Replies: 3 Views: 915 Thanks.. Ill look into them. |
Forum: IT Professionals' Lounge Feb 2nd, 2008 |
| Replies: 3 Views: 915 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... |
Forum: RSS, Web Services and SOAP Nov 12th, 2007 |
| Replies: 2 Views: 1,598 Thanks A lot, I'll looks into them. |
Forum: RSS, Web Services and SOAP Oct 28th, 2007 |
| Replies: 2 Views: 1,598 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... |
Forum: HTML and CSS Aug 18th, 2007 |
| Replies: 39 Views: 11,236 Thanks to all. I could not have done this without you all. |
Forum: HTML and CSS Aug 17th, 2007 |
| Replies: 39 Views: 11,236 well for the time being I now dont care about the height.
Almost all of my problems are solved so I am happy.
though I will look into how I can set the size of the container to the size of... |
Forum: HTML and CSS Aug 17th, 2007 |
| Replies: 39 Views: 11,236 Java Script method is bad either its just that diffrent browsers need diffrent commands. |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 I understand what you mean its just the when I set height 100% for the container the page gets too big and the scroll bar comes even if there is no content in the page.
Why display a scroll bar... |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 I think I figured it out but it may cause some trouble.
I made this change to css:
#leftcol {
float: left;
top: 0;
bottom: 0;
margin: 0 -1px 0 -150px;
padding: 0;
width: 150px; |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 Thanks MidiMagic,
but that wont work. since I dont have multiple navigation and contents. I just have 1 content box and one navigation box. basically using php I will be modifying the contents of... |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 How can I get nav height to be same as the content.
I have tried many ways but they dont work. |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 looks like my last post bugged now I tried posting it again and my last one is now there.. so its all good. |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 well I have fixed the layout for now will fix rest of the css later.
is ther any way to get the nav to be same size as the content unless there is more stuff in nav then content is the same size... |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 Thanks a lot autocrat.
I will fix them up as soon as I can.
btw how do you know how to fix bugs in ie... |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 I validated the page all those errors are from yahoo pasting a small script at the end of the page. that should not cause any problems. |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 Thanks autocrat that help me get rid of tables.
now the tables are gone but two issue still remain.
1) the container wont touch the bottom even when I set height to 100% - Ignorable issue.
... |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 I will try that see what happens. |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,236 All the things you mentioned are correct. its just that I expect the scrollbars to help me when the screen resolution gets small.
This is why the header image is 770 in width. so that there are less... |
Forum: HTML and CSS Aug 15th, 2007 |
| Replies: 39 Views: 11,236 this is the main html of the page with any tables:
<div id="header"><img src="images/head.gif" height="100"></div>
<div id="main">
<table class="content">
<tr>
<td rowspan="2"... |
Forum: HTML and CSS Aug 15th, 2007 |
| Replies: 39 Views: 11,236 well the tables is not my concern as only reason I need it is so that I have somewhere i can put navigation which can be controlled easily rather then flying all over. The table is inside a div which... |
Forum: HTML and CSS Aug 13th, 2007 |
| Replies: 39 Views: 11,236 Hello,
I have uploaded a test page on http://test.eezs.com/
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... |
Forum: PHP Aug 4th, 2007 |
| Replies: 7 Views: 1,778 ok Thank You,
I see what the problem is. there were few more bugs which I found out and fixed. |
Forum: PHP Aug 4th, 2007 |
| Replies: 7 Views: 1,778 Ok looks like my server had a problem. I talked to my server ppl and they fixed the problem.
Now I get the message and all I see is
Content-Type: multipart/alternative;... |
Forum: PHP Aug 4th, 2007 |
| Replies: 7 Views: 1,778 I did set
$MESSAGE = ob_get_contents();
and did
var_dump($MESSAGE);
it displayed the message of screen.
I have no idea what is wrong here. |
Forum: PHP Aug 3rd, 2007 |
| Replies: 7 Views: 1,778 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.
//Function that send multipart... |
Forum: HTML and CSS Aug 1st, 2007 |
| Replies: 7 Views: 1,513 |
Forum: HTML and CSS Aug 1st, 2007 |
| Replies: 7 Views: 1,513 ok, In css I use lowercase letters so I am safe there. Can you tell me where I can find these W3C standards as when ever I go on their website I cant find them.. its like then hide them lol |
Forum: HTML and CSS Aug 1st, 2007 |
| Replies: 7 Views: 1,513 well the problem with the page was that 'test text1', 'test text2' text would come over the head image.
what do you mean by lowercase, as to what I know it does not matter, but then again I am... |
Forum: HTML and CSS Jul 30th, 2007 |
| Replies: 7 Views: 1,513 Since no one could figure out the why the FireFox could not display the page right, here is my solution to the problem.
For some reason Firefox is unable to apply the css Height command so I used... |
Forum: HTML and CSS Jul 29th, 2007 |
| Replies: 7 Views: 1,513 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:... |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2007 |
| Replies: 1 Views: 992 Sorry for the trouble.
I figured it out. lol
For 4 hrs I could not figure the problem out and after posting, 1min later solved.... |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2007 |
| Replies: 1 Views: 992 Here is a function I made:
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;
}
It is saying that I... |
Forum: PHP Jul 16th, 2007 |
| Replies: 16 Views: 4,390 That is why I said it will only slow a person down.:P |
Forum: PHP Jul 16th, 2007 |
| Replies: 16 Views: 4,390 One way I can think of which can prevent a novice computer literate person is by using a No Right Click Java Script.
This method can only slow down a person from viewing your source as there are... |
Forum: PHP Jul 15th, 2007 |
| Replies: 3 Views: 935 You may want to phpinfo your server and check what the value for post_max_size is set to.
if it is set lower then your picture size then there is your problem.
I think Default for php is 2MB but... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2007 |
| Replies: 1 Views: 4,012 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... |
Forum: C# Dec 16th, 2006 |
| Replies: 9 Views: 3,909 Thanks,
it is a lot faster, but its gona take me day or two to figure out what the code is doing as there are some new things in it. |
Forum: C# Dec 15th, 2006 |
| Replies: 9 Views: 3,909 sorry for the late reply.
Instead of me copying and pasting my code here, i have put it in a zip file.
I am using microsoft visual c# express and a newb coder so I dont comment my code much. |