Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 22 of 22
Search took 0.07 seconds.
Search: Posts Made By: withoutnick
Forum: Apache configuration 02-02-2013, 06:54 PM
Replies: 1
Views: 431
Posted By withoutnick
I did a modification to regex RewriteCond...

I did a modification to regex

RewriteCond %{REQUEST_URI} .([^/])*.html$ [NC]
RewriteRule ^(.*).html$ index.php?page=$1 [L,QSA]

Now it matches the request: mydomain.com/directory/index.html
...
Forum: Apache configuration 02-02-2013, 05:24 PM
Replies: 1
Views: 431
Posted By withoutnick
Easy htaccess condition

Hello, I am total begginer here. I would be grateful if you could help me.

I have this rewrite condition + rewrite.

RewriteCond %{REQUEST_URI} ^([^/]*).html$ [NC]
RewriteRule...
Forum: Site reviews 10-02-2012, 08:38 PM
Replies: 2
Views: 2,074
Posted By withoutnick
Please provide me with your opinions about my web design

Hello,

My website is called moksliniai darbai (http://www.moksliniaidarbai.lt) and I would be grateful if you could give me your opinion about it's design. Since this website is in lithuanian,...
Forum: PHP 09-24-2012, 08:02 AM
Replies: 6
Views: 450
Posted By withoutnick
$sql="SELECT `username` FROM `users` WHERE `id` =...

$sql="SELECT `username` FROM `users` WHERE `id` = $id1 should be changed in to $sql="SELECT `username` FROM `users` WHERE `id` = '$id1'

Leaving a variable alone in the queries without any...
Forum: Apache configuration 04-18-2012, 04:24 PM
Replies: 0
Views: 475
Posted By withoutnick
Blocking access to directory

Hello,

I'm not really sure if this is the best place to ask this question. So sorry for any problems it may cause.

My situation:
I have folder which has very important files that are not...
Forum: PHP 09-14-2011, 09:35 AM
Replies: 7
Views: 712
Posted By withoutnick
I found out that all the problem is caused by...

I found out that all the problem is caused by database selection line. No matter what, if I select database, session lasts only for one page. Can it be bacouse of my local server configuration?
Forum: PHP 09-13-2011, 12:42 PM
Replies: 7
Views: 712
Posted By withoutnick
Everything is fine with that session_start();,...

Everything is fine with that session_start();, cause all the action is going on one page.

The structure of my page is like that:


<?
session_start();
if(!isset($_SESSION['code'])) {
//...
Forum: PHP 09-13-2011, 10:38 AM
Replies: 7
Views: 712
Posted By withoutnick
Unable to set session variable

Hello everyone,

I'm stucked with a very little piece of code.


session_start();
$connection = mysql_connect('localhost', 'user', 'pass');
mysql_select_db('database');
$query = "select *...
Forum: JavaScript programming 06-21-2011, 11:52 PM
Replies: 6
Views: 468
Posted By withoutnick
Sorry for double post, but i found a little bit...

Sorry for double post, but i found a little bit different solution. In my div field i coded another which will get the values of the main form when the button preview is clicked. The way to do that...
Forum: JavaScript programming 06-21-2011, 11:30 PM
Replies: 6
Views: 468
Posted By withoutnick
popup and overlay are done with CSS. javascript...

popup and overlay are done with CSS. javascript function only changes the css visibility from hidden to visible.

Now I understand that I have to find the way to load those divs after button...
Forum: JavaScript programming 06-21-2011, 12:57 PM
Replies: 6
Views: 468
Posted By withoutnick
All code of that file: <form id="myform"> ...

All code of that file:

<form id="myform">
<table cellspacing="0" cellpadding="3" width="100%" style="margin-top: 10px">
<tr>
<td colspan="2" style="background: #F2F2F2;"><b>Fill in some...
Forum: JavaScript programming 06-21-2011, 12:22 PM
Replies: 6
Views: 468
Posted By withoutnick
How to print the values of the form data?

Hi there,

I'm absolute newbie in javascript, so the question may look not worth asking for you. Sorry for that.

My situation is like that: I want to make a preview of form data using...
Forum: PHP 05-16-2011, 06:11 AM
Replies: 2
Views: 285
Posted By withoutnick
Ethical questions are always very good for...

Ethical questions are always very good for discussions. In context of this situation, it depends on how webmasters leave those links. Bad way is to spam, good way is to give good information and...
Forum: PHP 05-15-2011, 06:06 PM
Replies: 2
Views: 285
Posted By withoutnick
Scanning a webpage with PHP

I am working on the do-follow webpages lists checker. Which should be able to say whether URL's posted on site are do-follow or nofollow. I have one problem about this. I can't think of an idea how...
Forum: MySQL 05-04-2011, 07:52 PM
Replies: 2
Views: 393
Posted By withoutnick
How to use ' sign in mysql queries.

Hello,

I'm sure it's very easy to solve, but I don't have a lot of time, so I even don't search for the solution by myself.

So, mysql query breaks when the sign ' comes to the sentence. How is...
Forum: PHP 04-12-2011, 01:41 PM
Replies: 7
Views: 592
Posted By withoutnick
I think, you don't need using ' mark around the...

I think, you don't need using ' mark around the variable. Try it like that:
if (mysql_query("CREATE DATABASE $u",$con))
Forum: General web building 04-12-2011, 10:48 AM
Replies: 1
Views: 1,110
Posted By withoutnick
I think everything would be easier for you, if...

I think everything would be easier for you, if you used Joomla! instead of wordpress. Everything is really simple on it. I will take you few hours to understand the working of this CMS. If you have...
Forum: HTML & CSS 04-09-2011, 01:16 PM
Replies: 2
Views: 324
Posted By withoutnick
Why don't you use POST method instead of GET, if...

Why don't you use POST method instead of GET, if you don't wish having long URL's?
Forum: PHP 04-05-2011, 08:45 AM
Replies: 1
Views: 924
Posted By withoutnick
Hello, Usually it's not necessary to write...

Hello,

Usually it's not necessary to write your own scripts to expand Joomla's features. There are plenty of already made components that may help you. ...
Forum: PHP 04-04-2011, 07:50 PM
Replies: 3
Views: 335
Posted By withoutnick
It's not very easy to understand what really you...

It's not very easy to understand what really you wish to do, but as I understand you have already obtained data from mysql to Array, called LINKS and you want to get the information depending on some...
Forum: HTML & CSS 04-04-2011, 07:33 PM
Replies: 3
Views: 389
Posted By withoutnick
Usually, <ul> tags have padding and margin CSS...

Usually, <ul> tags have padding and margin CSS atributes set by default. Try adding additional group in CSS that would describe <ul> things. It should be something like that.

ul.something {...
Forum: PHP 04-04-2011, 07:25 PM
Replies: 5
Views: 541
Posted By withoutnick
If I understand your situation well enough, you...

If I understand your situation well enough, you need to get some information from database deppending on the username.

So, if you've already have it saved in the session, why you don't just write...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT +1. The time now is 12:40 PM.