Click here to Skip to main content
15,917,731 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCustom navbar using boostrap, but I wrote new CSS from scratch, width issue Pin
jkirkerx22-Jul-16 10:28
professionaljkirkerx22-Jul-16 10:28 
AnswerI think I got it Pin
jkirkerx24-Jul-16 10:08
professionaljkirkerx24-Jul-16 10:08 
Questionwebsite in other language Pin
Member 1264619220-Jul-16 22:11
Member 1264619220-Jul-16 22:11 
AnswerRe: website in other language Pin
Afzaal Ahmad Zeeshan22-Jul-16 8:17
professionalAfzaal Ahmad Zeeshan22-Jul-16 8:17 
QuestionDelete button no responding and not remove record Pin
ahmed_sa20-Jul-16 8:27
ahmed_sa20-Jul-16 8:27 
AnswerRe: Delete button no responding and not remove record Pin
Ujjwal Gupta22-Jul-16 6:28
Ujjwal Gupta22-Jul-16 6:28 
QuestionIssue with jquery slider Pin
Raghavendra.Kodimala19-Jul-16 20:21
professionalRaghavendra.Kodimala19-Jul-16 20:21 
QuestionDownload pdf to be linked with member registration Pin
Member 1264200318-Jul-16 20:44
Member 1264200318-Jul-16 20:44 
QuestionHow do I enable a multiple file compression from server side Pin
5atyam5rivastava10-Jul-16 5:45
5atyam5rivastava10-Jul-16 5:45 
AnswerRe: How do I enable a multiple file compression from server side Pin
Afzaal Ahmad Zeeshan22-Jul-16 8:28
professionalAfzaal Ahmad Zeeshan22-Jul-16 8:28 
QuestionXML - Facebook Like Button Pin
EnjoY_Y9-Jul-16 14:39
EnjoY_Y9-Jul-16 14:39 
AnswerRe: XML - Facebook Like Button Pin
Afzaal Ahmad Zeeshan22-Jul-16 8:24
professionalAfzaal Ahmad Zeeshan22-Jul-16 8:24 
QuestionNeed Help With Hosting SignalR Pin
Kevin Marois8-Jul-16 10:55
professionalKevin Marois8-Jul-16 10:55 
AnswerRe: Need Help With Hosting SignalR Pin
Richard Deeming11-Jul-16 8:09
mveRichard Deeming11-Jul-16 8:09 
GeneralRe: Need Help With Hosting SignalR Pin
Kevin Marois11-Jul-16 8:11
professionalKevin Marois11-Jul-16 8:11 
GeneralRe: Need Help With Hosting SignalR Pin
Richard Deeming11-Jul-16 8:15
mveRichard Deeming11-Jul-16 8:15 
GeneralRe: Need Help With Hosting SignalR Pin
Kevin Marois11-Jul-16 8:17
professionalKevin Marois11-Jul-16 8:17 
GeneralRe: Need Help With Hosting SignalR Pin
Richard Deeming11-Jul-16 8:19
mveRichard Deeming11-Jul-16 8:19 
GeneralRe: Need Help With Hosting SignalR Pin
Kevin Marois11-Jul-16 8:24
professionalKevin Marois11-Jul-16 8:24 
QuestionFind Nearby Offers Pin
Jassim Rahma7-Jul-16 14:42
Jassim Rahma7-Jul-16 14:42 
QuestionDeprecated: Function split() is deprecated Pin
Jassim Rahma7-Jul-16 14:17
Jassim Rahma7-Jul-16 14:17 
Hi,

Why I am getting above error for below code?

It was working fine when I use the PHP class only but started giving this error when I am calling the class from another PHP page.

How to fix it please?
PHP
function IPv4Tonumber($ip_to_convert)
{
    if ($ip_to_convert == "")
    {
        return 0;
    }
    else
    {
        $ips = split(".", "$ip_to_convert");
        return ($ips[3] + $ips[2] * 256 + $ips[1] * 256 * 256 + $ips[0] * 256 * 256 * 256);
    }
}

Thanks,
Jassim[^]

Technology News @ www.JassimRahma.com

AnswerRe: Deprecated: Function split() is deprecated Pin
Richard MacCutchan7-Jul-16 20:24
mveRichard MacCutchan7-Jul-16 20:24 
Questionwhy invalid IP is valid? Pin
Jassim Rahma7-Jul-16 13:53
Jassim Rahma7-Jul-16 13:53 
AnswerRe: why invalid IP is valid? Pin
Richard MacCutchan7-Jul-16 21:07
mveRichard MacCutchan7-Jul-16 21:07 
QuestionAlign controls left and right in sub div Pin
Mr Carl Cummings7-Jul-16 7:58
Mr Carl Cummings7-Jul-16 7:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.