Jump to content

Search the Community

Showing results for tags 'domain'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 6 results

  1. Code what i made so far. $inputText = 'This is testing http://www.youtube.com'; $allowedDomains = 'www.google.com youtube.com/ http://www.test.org'; $array = preg_split('/[\s]+/', $allowedDomains); $regex = '';//Need this line if(preg_match($regex, $inputText)){ print 'Domain match!'; }else{ print 'Domain not match!'; }
  2. Hi, I'm not sure if this is the right forum to post this question, but I'll still post it. I'm a newbie programmer, have 1 year experience of php, mysql and html and know how to make a basic website, but I've never actually uploaded the already written code on the internet.So my question is, if you use vertrigo serv and have folders full of php files, what do you do after getting a domain? I read that dreamweaver does that for you, but i also read that it is a closed source software with limitations if you get the free version.The other choice is using FileZilla(which I don't fully understand yet ) i presume.
  3. hi, i have an site in opencart. http:// www. domain.com/ i have chosen default currency as pound. and it shows great in frontend... i.e all products in pound. but.... http:// www. domain.com/folder/ in this ....when i have chosen default as dollar. and it shows in all products in dollar in frontend in this http:// www. domain.com/folder/ but currency changed in this also.... http:// www. domain.com/ .... it shows dollar instead of pound. i hope u understand what i asked!! can anybody sugggest me on this something... how to correct it.... ???? thanks.
  4. Could some one tell me how to use session variable across multiple domain. For example I have created a project in open cart. Need to pass the sessiion variables once user logged in same to another domain www.domain1.com www.subdomain1.com How to achieve this. please someone help me to do this using php
  5. I have purchased domain on internet and uploaded my website. At the time of submitting the details, I am facing this error, I found no error on XAMPP Server, but when I uploaded my web pages on domain name, it is making error in submitting the details; Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 in /home/activebi/public_html/enquiry.php on line 101 Could not connect: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 It would be a great help !!
  6. Hi guys, I'm not sure if this is the right spot or not, but I have a question about domain names. For awhile now I have been using bluehost.com to host my online website. Recently I built a computer to replace that and set up my own webserver (hoping to reduce the 100$ a year). After portforwarding I wanted to register a Domain name so users can get to my domain. I went to register.com and made one for 15$, but they are wanting to charge me an extra 50$ to not put their stupid advertisement on it. I tried hiding it with css and deleting it with javascript but it automatically reloads into the webpage.... I am really upset and I feel scammed. Bluehost offered everything for a great deal, all I am wanting is a domain name...are there better options??
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.